Bug 204496 - Fix missing exception check in replaceUsingStringSearch().
Summary: Fix missing exception check in replaceUsingStringSearch().
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-11-22 01:49 PST by Mark Lam
Modified: 2019-11-22 03:35 PST (History)
7 users (show)

See Also:


Attachments
proposed patch. (2.09 KB, patch)
2019-11-22 02:10 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-11-22 01:49:00 PST
This was caught by existing JSC stress tests when we run with a debug build.  Unfortunately, the EWS only runs with a release build.
Comment 1 Mark Lam 2019-11-22 02:10:02 PST
Created attachment 384134 [details]
proposed patch.
Comment 2 Yusuke Suzuki 2019-11-22 02:37:28 PST
Comment on attachment 384134 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2019-11-22 03:34:03 PST
Thanks for the review.  Landed in r252767: <http://trac.webkit.org/r252767>.
Comment 4 Radar WebKit Bug Importer 2019-11-22 03:35:16 PST
<rdar://problem/57425315>