Cherry pick 3 patches from the upstream
* Fix the undefined behavior in decimal number parsing http://bugs.icu-project.org/trac/changeset/40950 * Fix the handling of non-BMP characters in CJK breakiterator http://www.icu-project.org/trac/changeset/40949 * Limit the recursion depth of UnicodeSet pattern http://bugs.icu-project.org/trac/changeset/40979 TBR=inferno@chromium.org Bug: chromium:799850, chromium:796807, chromium:796752 Test: See the bugs. Change-Id: I1a8909371b601f36faca911039b10d36c7a92c85 Reviewed-on: https://chromium-review.googlesource.com/1009001 Reviewed-by:Jungshik Shin <jshin@chromium.org>
Showing
- README.chromium 16 additions, 0 deletionsREADME.chromium
- patches/cjkdict_nonbmp.patch 15 additions, 0 deletionspatches/cjkdict_nonbmp.patch
- patches/number_ub.patch 18 additions, 0 deletionspatches/number_ub.patch
- patches/uset_depth.patch 134 additions, 0 deletionspatches/uset_depth.patch
- source/common/dictbe.cpp 2 additions, 2 deletionssource/common/dictbe.cpp
- source/common/unicode/uniset.h 1 addition, 0 deletionssource/common/unicode/uniset.h
- source/common/uniset_closure.cpp 1 addition, 1 deletionsource/common/uniset_closure.cpp
- source/common/uniset_props.cpp 24 additions, 2 deletionssource/common/uniset_props.cpp
- source/i18n/decNumber.cpp 3 additions, 1 deletionsource/i18n/decNumber.cpp
Loading
Please register or sign in to comment