NaCl: 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 Review URL: https://codereview.chromium.org/383063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282838 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment