[Webkit-unassigned] [Bug 113016] Crash at processTemplateEndTag reported by fuzzer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 01:07:32 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113016





--- Comment #3 from Takashi Sakamoto <tasak at google.com>  2013-03-22 01:09:59 PST ---
When token type is end and toke name is dummy (c.f. repro.html),

processAnyOtherEndTagForInBody(dummy), mode(7)
HTMLStackItem(span)
HTMLStackItem(template)
HTMLStackItem(dummy) <---- this dummy will be removed, but this is not a child of <template>.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list