RESOLVED FIXED 126202
Line ending conversion should be able to handle strings with null chars
https://bugs.webkit.org/show_bug.cgi?id=126202
Summary Line ending conversion should be able to handle strings with null chars
Ryosuke Niwa
Reported 2013-12-23 19:25:54 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/7540d33136b1f04a01ce35209aab7ec0928a2fe6 Currently the line ending normalization functions returns an empty string when a string including null characters is given. This CL fixes the behavior. The attached test case fails on WebKit.
Attachments
merge (5.91 KB, patch)
2014-01-03 10:27 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2014-01-03 10:27:28 PST
WebKit Commit Bot
Comment 2 2014-01-03 10:56:10 PST
Comment on attachment 220319 [details] merge Clearing flags on attachment: 220319 Committed r161269: <http://trac.webkit.org/changeset/161269>
WebKit Commit Bot
Comment 3 2014-01-03 10:56:12 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.