Commit f8efa589e886b6910a438d84357d9b5a76ba9ca0

Nick Wellnhofer 2023-03-14T13:55:06

malloc-fail: Handle malloc failures in xmlSchemaInitTypes Note that this changes the return value of public function xmlSchemaInitTypes from void to int. This shouldn't break the ABI on most platforms. Found when investigating #500.