Branch

  • Show log

    Commit

  • Hash : 71e1e8af
    Author : Nick Wellnhofer
    Date : 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.