WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
17927
Hang after attempting to create circular __proto__
https://bugs.webkit.org/show_bug.cgi?id=17927
Summary
Hang after attempting to create circular __proto__
Jesse Ruderman
Reported
2008-03-18 16:48:41 PDT
Feeding this script to ToT Release/testkjs makes it hang. x = {}; try { x.__proto__ = x; } catch(e) { } print(x);
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2008-03-18 16:53:21 PDT
<
rdar://problem/5806431
>
Mark Rowe (bdash)
Comment 2
2008-03-18 18:51:09 PDT
Fixed in
r31145
.
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