WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 19470
20853
NULL pointer in isDefaultNamespace()
https://bugs.webkit.org/show_bug.cgi?id=20853
Summary
NULL pointer in isDefaultNamespace()
Berend-Jan Wever
Reported
2008-09-15 03:52:54 PDT
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>
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2008-09-15 07:04:21 PDT
*** This bug has been marked as a duplicate of
19470
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug