DescriptionMerge 67017 - Fix a problem in createCanonicalUUIDString that causes the last digit
missing on Linux.
https://bugs.webkit.org/show_bug.cgi?id=45412
BUG=56287
TEST=none
Reviewed by Darin Adler.
WebCore:
This is caused by not including the final null character into the count
that is provided to fgets.
This is covered by the existing test: send-form-data-with-sliced-file.html.
* platform/UUID.cpp:
(WebCore::createCanonicalUUIDString):
LayoutTests:
Remove the test that is now passing on Linux for chromium.
* platform/chromium/test_expectations.txt:
TBR=jianli@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67663
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|