Bug 73965 - DFG 32_64 call linking does not handle non-cell callees correctly
Summary: DFG 32_64 call linking does not handle non-cell callees correctly
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:
Depends on:
Blocks:
 
Reported: 2011-12-06 17:04 PST by Filip Pizlo
Modified: 2011-12-06 17:31 PST (History)
0 users

See Also:


Attachments
the patch (1.75 KB, patch)
2011-12-06 17:07 PST, 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 2011-12-06 17:04:10 PST
It should check if the value is a cell in addition to checking if its payload matches that which was patched.
Comment 1 Filip Pizlo 2011-12-06 17:07:01 PST
Created attachment 118146 [details]
the patch
Comment 2 Filip Pizlo 2011-12-06 17:31:43 PST
Landed in http://trac.webkit.org/changeset/102200
Comment 3 Filip Pizlo 2011-12-06 17:31:56 PST
Comment on attachment 118146 [details]
the patch

Clearing flags.