Bug 203227 - Fix missing exception check in JSON Stringifier.
Summary: Fix missing exception check in JSON Stringifier.
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-21 17:42 PDT by Mark Lam
Modified: 2019-10-21 17:52 PDT (History)
6 users (show)

See Also:


Attachments
proposed patch. (2.56 KB, patch)
2019-10-21 17:45 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-21 17:42:24 PDT
<rdar://problem/56459854>
Comment 1 Mark Lam 2019-10-21 17:45:58 PDT
Created attachment 381487 [details]
proposed patch.
Comment 2 Keith Miller 2019-10-21 17:48:13 PDT
Comment on attachment 381487 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2019-10-21 17:52:09 PDT
Thanks for the review.  Landed in r251403: <http://trac.webkit.org/r251403>.