Changeset 156046 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 18, 2013, 9:51:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r156043 r156046 1 2013-09-17 Michael Saboff <[email protected]> 2 3 REGRESSION(r155771): js/stack-overflow-arrity-catch.html is crashing on non-Mac platforms 4 https://bugs.webkit.org/show_bug.cgi?id=121376 5 6 Reviewed by Oliver Hunt. 7 8 Fix stack grow() call for stack growing down. This should catch running out of stack space before 9 we try to move the frame down due to arity mismatch. 10 11 * runtime/CommonSlowPaths.h: 12 (JSC::CommonSlowPaths::arityCheckFor): 13 1 14 2013-09-18 Andreas Kling <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.