Commit 494d6dac authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

Fix 3 critical bugs in ICU68-1

1. Memory READ by ASAN in ListFormatter when there are >= 9 items in the list.
2. Intl.Locale ASAN problem when there are 9 or more Unicode extensions.
3. Windows default Timezone Detection bug

https://chromium.googlesource.com/chromium/deps/icu.git/+log/c2a4cae..7db579a7


7db579a Fix windows TZ detection code for New York by Frank Tang · 10 minutes ago master
efc5885 Fix Locale::setKeywordValue bug found by fuzzer by Frank Tang · 8 hours ago
3d57452 Fix memory READ by ASAN in ListFormatter by Frank Tang · 31 hours ago
c7eaeed Fix memory READ by ASAN in ListFormatter by Frank Tang · 2 days ago

TBR=jshin@chromium.org

Bugs: 1147305, 1146468, 1146068
Change-Id: Iad839ac77d487d5e1b396bcdbc29bc7cd58a7ef8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536432Reviewed-by: default avatarFrank Tang <ftang@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827189}
parent cbb1d5b8
......@@ -1041,7 +1041,7 @@ deps = {
Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '18e09b9197a3b1d771c077c530d1a4ebad04c167',
'src/third_party/icu':
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c2a4cae149aae7fd30c4cbe3cf1b30df03b386f1',
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7db579a73addda0edb2bb83465ae51bcdc601af7',
'src/third_party/icu4j': {
'packages': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment