Bug 141485 - SetupVarargsFrame should not assume that an inline stack frame would have identical layout to a normal stack frame
Summary: SetupVarargsFrame should not assume that an inline stack frame would have ide...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 141486 141332
  Show dependency treegraph
 
Reported: 2015-02-11 13:00 PST by Filip Pizlo
Modified: 2015-02-11 13:49 PST (History)
0 users

See Also:


Attachments
the patch (8.56 KB, patch)
2015-02-11 13:08 PST, Filip Pizlo
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2015-02-11 13:00:44 PST
In particular, the argument count may be somewhere other than where this code thinks.
Comment 1 Filip Pizlo 2015-02-11 13:08:10 PST
Created attachment 246407 [details]
the patch
Comment 2 Filip Pizlo 2015-02-11 13:49:10 PST
Landed in http://trac.webkit.org/changeset/179957