Commit da996c8d0f9fb61ae14ac5934f5acb9d22dab291

Nick Wellnhofer 2023-12-10T14:46:59

uri: Report malloc failures Fix many places where malloc failures weren't reported, for example after calling xmlStrdup. Introduce new public API functions that return a separate error code if a memory allocation fails: - xmlParseURISafe - xmlBuildURISafe - xmlBuildRelativeURISafe Update the fuzzer to check whether malloc failures are reported.