Bug 194512 - Randomize insertion of deallocated StructureIDs into the StructureIDTable's free list.
Summary: Randomize insertion of deallocated StructureIDs into the StructureIDTable's f...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-11 13:40 PST by Mark Lam
Modified: 2019-02-11 14:44 PST (History)
8 users (show)

See Also:


Attachments
proposed patch. (3.92 KB, patch)
2019-02-11 13:48 PST, Mark Lam
ysuzuki: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2019-02-11 13:40:57 PST
<rdar://problem/47975465>
Comment 1 Mark Lam 2019-02-11 13:48:27 PST
Created attachment 361709 [details]
proposed patch.
Comment 2 Yusuke Suzuki 2019-02-11 14:37:03 PST
Comment on attachment 361709 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2019-02-11 14:44:52 PST
Thanks for the review.  Landed in r241280: <http://trac.webkit.org/r241280>.