RESOLVED WORKSFORME Bug 20539
HTML/JavaScript causes stack exhaustion
https://bugs.webkit.org/show_bug.cgi?id=20539
Summary HTML/JavaScript causes stack exhaustion
Berend-Jan Wever
Reported 2008-08-27 03:55:34 PDT
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>
Attachments
Mark Rowe (bdash)
Comment 1 2008-08-27 12:09:42 PDT
Alexey Proskuryakov
Comment 2 2008-08-28 03:39:27 PDT
Could you please try this with a nightly build (http://nightly.webkit.org)? We could not reproduce this yet.
Berend-Jan Wever
Comment 3 2008-08-28 08:53:55 PDT
Does indeed not repro in nightly, closing the bug.
Note You need to log in before you can comment on or make changes to this bug.