[Webkit-unassigned] [Bug 176061] Assertion failure when opening a file with a missing tag closing bracket
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 29 16:08:14 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=176061
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
--- Comment #2 from Darin Adler <darin at apple.com> ---
The bug here is in HTMLTokenizer::commitToPartialEndTag, which calls SegmentedString ::advancePastNonNewline, but instead it needs to call SegmentedString::advance. That's all it will take to fix this; just call advance instead of advancePastNonNewline.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170829/7438a86b/attachment-0001.html>
More information about the webkit-unassigned
mailing list