Bug 157881 - [JSC] FTL can crash on stack overflow
Summary: [JSC] FTL can crash on stack overflow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 21:13 PDT by Benjamin Poulain
Modified: 2016-05-19 19:36 PDT (History)
5 users (show)

See Also:


Attachments
Patch (12.96 KB, patch)
2016-05-18 21:19 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2016-05-18 21:13:01 PDT
[JSC] FTL can crash on stack overflow
Comment 1 Benjamin Poulain 2016-05-18 21:19:48 PDT
Created attachment 279344 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-18 21:21:42 PDT
Attachment 279344 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:204:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:233:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:288:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:291:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 4 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Michael Saboff 2016-05-19 06:19:06 PDT
Comment on attachment 279344 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2016-05-19 19:36:52 PDT
Comment on attachment 279344 [details]
Patch

Clearing flags on attachment: 279344

Committed r201207: <http://trac.webkit.org/changeset/201207>
Comment 5 WebKit Commit Bot 2016-05-19 19:36:57 PDT
All reviewed patches have been landed.  Closing bug.