Bug 209971 - [JSC] canonicalizeLocaleList should gracefully throw OOM error if input + error message is too large
Summary: [JSC] canonicalizeLocaleList should gracefully throw OOM error if input + err...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-03 10:03 PDT by Yusuke Suzuki
Modified: 2020-04-03 11:40 PDT (History)
7 users (show)

See Also:


Attachments
Patch (4.10 KB, patch)
2020-04-03 10:06 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (4.16 KB, patch)
2020-04-03 10:09 PDT, Yusuke Suzuki
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>