Commit f51ad063a7fe01596745a6f330abf0f7991145c3

Nick Wellnhofer 2024-07-08T11:23:39

parser: Fix error return of xmlParseBalancedChunkMemory Only return an error code if the chunk is not well-formed to match the 2.12 behavior. Return 0 on non-fatal errors like invalid namespaces. Fixes #765.