Bug 142055 - bmalloc: Large object free list can grow infinitely
Summary: bmalloc: Large object free list can grow infinitely
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-02-26 14:11 PST by Geoffrey Garen
Modified: 2015-02-26 14:24 PST (History)
1 user (show)

See Also:


Attachments
Patch (7.12 KB, patch)
2015-02-26 14:17 PST, 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-02-26 14:11:23 PST
bmalloc: Large object free list can grow infinitely
Comment 1 Geoffrey Garen 2015-02-26 14:17:44 PST
Created attachment 247444 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-26 14:19:42 PST
Attachment 247444 [details] did not pass style-queue:


ERROR: Source/bmalloc/bmalloc/BoundaryTag.h:88:  Please declare enum bitfields as unsigned integral types.  [runtime/enum_bitfields] [5]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2015-02-26 14:22:52 PST
Comment on attachment 247444 [details]
Patch

r=me
Comment 4 Geoffrey Garen 2015-02-26 14:24:53 PST
Committed r180701: <http://trac.webkit.org/changeset/180701>