Skip to content

deps: backport ICU-20558 to fix Intl crasher

Floating patch for ICU 63.x and 64.x fixing crash in Intl when ICU data not found.

Background:

  • ICU-13778 (landed in ICU 63.1) fixed a bug but added a regression.
  • a recent v8 land in Node v12 (which one?) exposes this bug to cause a crash when ICU data is not found.

ICU Bug: https://unicode-org.atlassian.net/browse/ICU-20558 Backport of: https://github.com/unicode-org/icu/pull/632 (Commit not landed yet in ICU) Fixes: https://github.com/nodejs/node/issues/27379

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading