Bug 51358 - Should check stack depth rather than using recursion limits in byte compilation
Summary: Should check stack depth rather than using recursion limits in byte compilation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-20 15:44 PST by Gavin Barraclough
Modified: 2010-12-20 16:34 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 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.
Comment 1 Gavin Barraclough 2010-12-20 16:34:18 PST
fixed in r74374.