[Webkit-unassigned] [Bug 19745] New: AV caused by DOM modification
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 24 08:12:36 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19745
Summary: AV caused by DOM modification
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
URL: http://http://skypher.com/SkyLined/Repro/Safari/AccessVi
olation 1b362643.html
OS/Version: Windows Vista
Status: NEW
Severity: Normal
Priority: P1
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: berendjanwever at gmail.com
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>
--
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