diff --git a/expat/fuzz/xml_lpm_fuzzer.cpp b/expat/fuzz/xml_lpm_fuzzer.cpp index 0e42c1e7..af5ed9b5 100644 --- a/expat/fuzz/xml_lpm_fuzzer.cpp +++ b/expat/fuzz/xml_lpm_fuzzer.cpp @@ -405,6 +405,7 @@ DEFINE_TEXT_PROTO_FUZZER(const xml_lpm_fuzzer::Testcase& testcase) { action.chunk().size(), 0)) { // Force a reset after parse error. XML_ParserReset(parser, g_encoding); + InitializeParser(parser); } break;