Hash : 1d4f5d24 Author : Date : 2022-09-13T16:40:31
schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK Found by OSS-Fuzz.
Download
1 2 3 4
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="e" substitutionGroup="e"/> <xs:element name="t" substitutionGroup="e" type='xs:decimal'/> </xs:schema>