[Webkit-unassigned] [Bug 20853] New: NULL pointer in isDefaultNamespace()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 15 03:52:54 PDT 2008


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

           Summary: NULL pointer in isDefaultNamespace()
           Product: WebKit
           Version: 312.x
          Platform: PC
               URL: http://skypher.com/SkyLined/Repro/Safari/AV-
                    Read%5B0%5D at WebKit!SetWebLocalizedStringMainBundle+0x1a4
                    96/repro.html
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org


The below HTML causes a NULL pointer AV. This does not repro in Chrome, so I
assume it is a problem in JavaScriptCore or JavaScriptGlue
<BODY onload=go()></BODY>
<SCRIPT>
        function go() {
                document.open()
                document.isDefaultNamespace()
        }
</SCRIPT>


-- 
Configure bugmail: https://bugs.webkit.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