Bug 203123 - Harden capacity checks in DFG::LocalCSEPhase::SmallMap.
Summary: Harden capacity checks in DFG::LocalCSEPhase::SmallMap.
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-10-17 15:28 PDT by Mark Lam
Modified: 2019-10-17 15:46 PDT (History)
6 users (show)

See Also:


Attachments
proposed patch. (1.67 KB, patch)
2019-10-17 15:40 PDT, Mark Lam
keith_miller: 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-10-17 15:28:45 PDT
<rdar://problem/56339943>
Comment 1 Mark Lam 2019-10-17 15:40:51 PDT
Created attachment 381238 [details]
proposed patch.
Comment 2 Keith Miller 2019-10-17 15:43:01 PDT
Comment on attachment 381238 [details]
proposed patch.

r=me.
Comment 3 Mark Lam 2019-10-17 15:46:47 PDT
Thanks for the review.  Landed in r251264: <http://trac.webkit.org/r251264>.