Bug 224007 - Missing exception check in HashMapImpl::add().
Summary: Missing exception check in HashMapImpl::add().
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: 2021-03-31 11:27 PDT by Mark Lam
Modified: 2021-03-31 11:46 PDT (History)
6 users (show)

See Also:


Attachments
proposed patch. (2.37 KB, patch)
2021-03-31 11:35 PDT, Mark Lam
saam: 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 2021-03-31 11:27:31 PDT
rdar://76053163
Comment 1 Mark Lam 2021-03-31 11:35:01 PDT
Created attachment 424793 [details]
proposed patch.
Comment 2 Mark Lam 2021-03-31 11:46:18 PDT
Thanks for the review.  Landed in r275299: <http://trac.webkit.org/r275299>.