Bug 20853
Summary: | NULL pointer in isDefaultNamespace() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Berend-Jan Wever <skylined> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 312.x | ||
Hardware: | PC | ||
OS: | Windows Vista | ||
URL: | http://skypher.com/SkyLined/Repro/Safari/AV-Read%5B0%5D@WebKit!SetWebLocalizedStringMainBundle+0x1a496/repro.html |
Berend-Jan Wever
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
*** This bug has been marked as a duplicate of 19470 ***