RESOLVED FIXED 51358
Should check stack depth rather than using recursion limits in byte compilation
https://bugs.webkit.org/show_bug.cgi?id=51358
Summary Should check stack depth rather than using recursion limits in byte compilation
Gavin Barraclough
Reported 2010-12-20 15:44:48 PST
The current implementation of recursion limit checking is not safe on smaller stacks. Switch to using a common mechanism, shared with the parser, to check recursion limits.
Attachments
Gavin Barraclough
Comment 1 2010-12-20 16:34:18 PST
fixed in r74374.
Note You need to log in before you can comment on or make changes to this bug.