xml_lpm_fuzzer: Add missing call to InitializeParser after XML_ParserReset

This commit is contained in:
Sebastian Pipping 2025-02-02 01:47:28 +01:00
parent 6933ee68f1
commit ea492aa54d

View file

@ -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;