Commit 71e1e8af5ee46dad1b57bb96cfbf1c3ad21fbd7b

Nick Wellnhofer 2025-07-04T14:28:26

schematron: Fix memory safety issues in xmlSchematronReportOutput Fix use-after-free (CVE-2025-49794) and type confusion (CVE-2025-49796) in xmlSchematronReportOutput. Fixes #931. Fixes #933.