Bug 82947 - Activation tear-off neglects to copy the callee and scope chain, leading to crashes if we try to create an arguments object from the activation
Summary: Activation tear-off neglects to copy the callee and scope chain, leading to c...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-04-02 14:27 PDT by Filip Pizlo
Modified: 2012-04-02 14:53 PDT (History)
0 users

See Also:


Attachments
the patch (3.28 KB, patch)
2012-04-02 14:29 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2012-04-02 14:27:46 PDT
Patch forthcoming.

<rdar://problem/11058598>
Comment 1 Filip Pizlo 2012-04-02 14:29:26 PDT
Created attachment 135186 [details]
the patch
Comment 2 Filip Pizlo 2012-04-02 14:52:00 PDT
Reviewed by Gavin in person.
Comment 3 Filip Pizlo 2012-04-02 14:53:39 PDT
Landed in http://trac.webkit.org/changeset/112947