Bug 19745
Summary: | Crash caused by DOM modification | ||
---|---|---|---|
Product: | WebKit | Reporter: | Berend-Jan Wever <skylined> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ddkilzer, mitz |
Priority: | P1 | Keywords: | HasReduction |
Version: | 525.x (Safari 3.1) | ||
Hardware: | PC | ||
OS: | Windows Vista | ||
URL: | http://skypher.com/SkyLined/Repro/Safari/AccessViolation 1b362643.html |
Berend-Jan Wever
The following HTML causes an Access Violation in Safari 3.1.1:
<BODY onload="go()"><SCRIPT>
function go() {
document.body.outerHTML='';
document.createElement('map').innerHTML='<frameSet></frameSet><em><div><link></div></em><head></head><html>';
}
</SCRIPT></BODY>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
This does not reproduce in ToT WebKit. Marking as RESOLVED/FIXED.