diff --git a/icu4c/source/test/fuzzer/uregex_open_fuzzer.cpp b/icu4c/source/test/fuzzer/uregex_open_fuzzer.cpp index ca03cc3b290..1693f1bdc8a 100644 --- a/icu4c/source/test/fuzzer/uregex_open_fuzzer.cpp +++ b/icu4c/source/test/fuzzer/uregex_open_fuzzer.cpp @@ -12,7 +12,7 @@ IcuEnvironment* env = new IcuEnvironment(); extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { - UParseError pe = { 0 }; + UParseError pe = { 0, 0, {0}, {0} }; UErrorCode status = U_ZERO_ERROR; URegularExpression* re = uregex_open(reinterpret_cast(data),