Commit 9f4cb84c620bf9a6b7c4880f027e28511349a975

Nick Wellnhofer 2022-01-16T18:39:51

Fix xmllint --maxmem xmlMemSetup must be called before initializing the parser, otherwise some data structures will be allocated with system malloc instead of our custom allocator. This throws off built-in memory debugging and sanitizers.