WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2008-08-27 12:09:42 PDT
<
rdar://problem/6180068
>
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.
Top of Page
Format For Printing
XML
Clone This Bug