Bug 209971

Summary: [JSC] canonicalizeLocaleList should gracefully throw OOM error if input + error message is too large
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch mark.lam: review+

Description Yusuke Suzuki 2020-04-03 10:03:47 PDT
[JSC] canonicalizeLocaleList should gracefully throw OOM error if input + error message is too large
Comment 1 Yusuke Suzuki 2020-04-03 10:06:27 PDT
Created attachment 395386 [details]
Patch
Comment 2 Yusuke Suzuki 2020-04-03 10:07:43 PDT
<rdar://problem/61258621>
Comment 3 Yusuke Suzuki 2020-04-03 10:09:16 PDT
Created attachment 395388 [details]
Patch
Comment 4 Mark Lam 2020-04-03 10:34:58 PDT
Comment on attachment 395388 [details]
Patch

r=me
Comment 5 Yusuke Suzuki 2020-04-03 11:40:11 PDT
Committed r259481: <https://trac.webkit.org/changeset/259481>