2 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4 Prevent buffer overflow in TimeZoneFormat::parse
5 https://unicode-org.atlassian.net/browse/ICU-12375
7 --- icu/source/i18n/tzfmt.cpp.orig
8 +++ icu/source/i18n/tzfmt.cpp
15 + pos.setErrorIndex(startIdx);
19 evaluated |= STYLE_PARSE_FLAGS[style];