Commit e6d22f925ad65ce93312815aa20c7eeea58640fe

Nick Wellnhofer 2023-01-23T01:48:37

malloc-fail: Fix reallocation in inputPush Store xmlRealloc result in temporary variable to avoid null deref in error handler. Found with libFuzzer, see #344.