[Webkit-unassigned] [Bug 10022] REGRESSION: Crash in WebCore::XMLTokenizer::characters

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jul 19 21:56:11 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10022





------- Comment #2 from opendarwin.org at bdash.net.nz  2006-07-19 21:56 PDT -------
The page in question has an HTML 4.0 doctype, yet claims to be
application/xhtml+xml via the Content-Type meta tag.  This causes WebKit to
attempt to process the HTML 4.0 document using the XML tokenizer.  A lot of the
code in XMLTokenizer makes the assumption that m_currentNode is non-NULL, and
this crash is caused by a violation of that assumption.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list