Bug 200743 - Missing exception check in string compare.
Summary: Missing exception check in string compare.
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-08-14 16:25 PDT by Mark Lam
Modified: 2019-08-14 16:37 PDT (History)
6 users (show)

See Also:


Attachments
proposed patch. (2.28 KB, patch)
2019-08-14 16:28 PDT, Mark Lam
msaboff: 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-08-14 16:25:27 PDT
<rdar://problem/53975356>
Comment 1 Mark Lam 2019-08-14 16:28:30 PDT
Created attachment 376330 [details]
proposed patch.
Comment 2 Mark Lam 2019-08-14 16:37:18 PDT
Thanks for the review.  Landed in r248694: <http://trac.webkit.org/r248694>.