| Summary: |
cyclic __proto__ values aren't caught |
| Product: |
WebKit
|
Reporter: |
Ian 'Hixie' Hickson <ian> |
| Component: |
JavaScriptCore | Assignee: |
Eric Seidel (no email) <eric> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
Critical
|
CC: |
gavin.sharp, ian
|
| Priority: |
P1
|
|
|
| Version: |
420+ | |
|
| Hardware: |
PC | |
|
| OS: |
Linux | |
|
| URL: |
data:text/html,%3C%21DOCTYPE%20html%3E%0A%3Cscript%3E%0Avar%20o1%20%3D%20%7B%20p1%3A%201%20%7D%3B%0Avar%20o2%20%3D%20%7B%20p2%3A%202%20%7D%3B%0Ao2.__proto__%20%3D%20o1%3B%0Avar%20o3%20%3D%20%7B%20p3%3A%203%20%7D%3B%0Ao3.__proto__%20%3D%20o2%3B%0Ao1.__proto__%20%3D%20o3%3B%20//%20this%20hangs%0A%3C/script%3E
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
13638
|
|
|
| Attachments: |
| Description |
Flags |
|
the fix
|
mjs:
review+
|
|
2007-05-09 03:27 PDT, Eric Seidel (no email)