Commit d1b87856931797c5c527cee16d96e482a45b99ed

Nick Wellnhofer 2023-01-22T17:42:09

malloc-fail: Fix infinite loop in xmlParseTextDecl Memory errors can set `instate` to `XML_PARSER_EOF` which results in `NEXT` making no progress. Found with libFuzzer, see #344.