Bug 147273 - JavaScriptCore bmalloc should not register its malloc zone more than once
Summary: JavaScriptCore bmalloc should not register its malloc zone more than once
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 13:53 PDT by Geoffrey Garen
Modified: 2015-07-24 14:04 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.00 KB, patch)
2015-07-24 13:56 PDT, Geoffrey Garen
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2015-07-24 13:53:11 PDT
JavaScriptCore bmalloc should not register its malloc zone more than once
Comment 1 Geoffrey Garen 2015-07-24 13:56:46 PDT
Created attachment 257474 [details]
Patch
Comment 2 Geoffrey Garen 2015-07-24 13:57:03 PDT
<rdar://problem/20227387>
Comment 3 Andreas Kling 2015-07-24 13:59:43 PDT
Comment on attachment 257474 [details]
Patch

r=me
Comment 4 Geoffrey Garen 2015-07-24 14:04:28 PDT
Committed r187360: <http://trac.webkit.org/changeset/187360>