[Webkit-unassigned] [Bug 76199] New: NULL ptr in WebCore::XMLDocumentParser::exitText

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 12:06:29 PST 2012


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

           Summary: NULL ptr in WebCore::XMLDocumentParser::exitText
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: eric at webkit.org


Created an attachment (id=122283)
 --> (https://bugs.webkit.org/attachment.cgi?id=122283&action=review)
Repro

Chromium: http://code.google.com/p/chromium/issues/detail?id=110058

Repro:
<html xmlns='http://www.w3.org/1999/xhtml'>
<script>
<![CDATA[
  document.addEventListener("DOMSubtreeModified",function(){
    try{window.stop()}catch(e){};
  },false);
]]>
</script>
<script

-- 
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