RESOLVED FIXED 223553
[JSC] Intl.Locale should not assume is8Bit
https://bugs.webkit.org/show_bug.cgi?id=223553
Summary [JSC] Intl.Locale should not assume is8Bit
Yusuke Suzuki
Reported 2021-03-20 03:35:09 PDT
[JSC] Intl.Locale should not assume is8Bit
Attachments
Patch (4.52 KB, patch)
2021-03-20 03:36 PDT, Yusuke Suzuki
ross.kirsling: review+
Yusuke Suzuki
Comment 1 2021-03-20 03:36:53 PDT
Ross Kirsling
Comment 2 2021-03-20 17:01:06 PDT
Comment on attachment 423808 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423808&action=review r=me. This comes as a shock to me, since we have in fact verified all the characters of these strings by this point. :( > Source/JavaScriptCore/runtime/IntlLocale.cpp:180 > + Vector<char, 32> rawValue; > + rawValue.resize(value.length() + 1); Is this different from using the constructor param?
Yusuke Suzuki
Comment 3 2021-03-22 13:05:53 PDT
Comment on attachment 423808 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423808&action=review >> Source/JavaScriptCore/runtime/IntlLocale.cpp:180 >> + rawValue.resize(value.length() + 1); > > Is this different from using the constructor param? No. Changed :)
Yusuke Suzuki
Comment 4 2021-03-22 13:09:24 PDT
Radar WebKit Bug Importer
Comment 5 2021-03-22 13:10:24 PDT
Note You need to log in before you can comment on or make changes to this bug.