[Bug 12101] "Structured clone" can be passed an object with a hostile getter that returns an object identical to itself; "structured clone" does not prevent such an infinite regression.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12101

--- Comment #12 from contributor@whatwg.org 2011-08-12 21:46:13 UTC ---
Checked in as WHATWG revision r6434.
Check-in comment: Don't bother protecting structured cloning from a getter with
infinite regression, since we can't protect it from a non-terminating getter
anyway. Reverts part of r6185.
http://html5.org/tools/web-apps-tracker?from=6433&to=6434

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 12 August 2011 21:46:19 UTC