DescriptionNaCl: Fix NaClBrowserTestPnaclNonSfi.IrtManifestFile
We have switched from fgets to read, but the change did not
modify code which converts CRLF to LF.
https://codereview.chromium.org/133033002
Due to this reason, we were running strlen for the buffer
filled by read, which is not always NULL terminated.
This change simply removes the CRLF-to-LF conversion. This is
safe because we do not have any newlines in the test file.
BUG=392768
TEST=./out/Debug/browser_tests --gtest_filter='*NonSfi*IrtMani*'
TEST=trybots
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282838
Patch Set 1 #
Total comments: 1
Messages
Total messages: 9 (0 generated)
|