[Webkit-unassigned] [Bug 20539] New: HTML/JavaScript causes stack exhaustion
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 27 03:55:34 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20539
Summary: HTML/JavaScript causes stack exhaustion
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
URL: http://skypher.com/SkyLined/Repro/Safari/Safari%203.1.2%
20(525.21)%20WebKit%20525.19%20-
%20SE%20%23a2819cb7/repro.html
OS/Version: Windows Vista
Status: NEW
Severity: Critical
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: berendjanwever at gmail.com
The following HTML causes a stack exhaustion in WebKit:
<BODY></BODY>
<SCRIPT>
oHEAD=document.body.parentElement.firstChild;
document.addEventListener("DOMNodeInserted",function(){
event.relatedNode.innerHTML="]\x3ctd]\x3cstyle link>]";
},true);
oHEAD.innerHTML="[";
</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