Bug 189132 - Add some missing exception checks in JSRopeString::resolveRopeToAtomicString().
Summary: Add some missing exception checks in JSRopeString::resolveRopeToAtomicString().
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: 2018-08-29 17:15 PDT by Mark Lam
Modified: 2018-08-29 18:21 PDT (History)
5 users (show)

See Also:


Attachments
proposed patch. (3.36 KB, patch)
2018-08-29 17:26 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 2018-08-29 17:15:43 PDT
<rdar://problem/42513068>
Comment 1 Mark Lam 2018-08-29 17:26:30 PDT
Created attachment 348454 [details]
proposed patch.
Comment 2 Mark Lam 2018-08-29 18:21:32 PDT
Thanks for the review.  Landed in r235491: <http://trac.webkit.org/r235491>.