Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Side by Side Diff: LayoutTests/fast/encoding/css-charset-missing-semi-colon-and-newline.html

Issue 298023006: Added early return in WebCore::TextResourceDecoder::checkForCSSCharset to fix buffer overflow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parser_crashfix
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <link href="resources/css-charset-missing-semi-colon-and-newline.css" rel="style sheet">
7 <p>PASS: This test passes if it does not crash.</p>
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698