summaryrefslogtreecommitdiff
path: root/xmlschemas.c
Commit message (Expand)AuthorAgeFilesLines
* schemas: Fix filename in xmlSchemaValidateFileNick Wellnhofer2023-04-301-34/+58
* schemas: Fix line numbers in streaming validationNick Wellnhofer2023-04-301-2/+8
* schemas: Fix memory leak in xmlSchemaValidateStreamNick Wellnhofer2023-04-301-3/+12
* [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexTypeNick Wellnhofer2023-04-111-1/+1
* malloc-fail: Handle malloc failures in xmlSchemaInitTypesNick Wellnhofer2023-03-141-1/+2
* malloc-fail: Fix type confusion after xmlSchemaFixupTypeAttributeUsesNick Wellnhofer2023-03-081-0/+2
* malloc-fail: Fix null deref after xmlSchemaItemList{Add,Insert}Nick Wellnhofer2023-03-081-28/+16
* malloc-fail: Fix memory leak in xmlSchemaParseUnionNick Wellnhofer2023-03-081-0/+6
* malloc-fail: Fix another memory leak in xmlSchemaBucketCreateNick Wellnhofer2023-03-081-1/+4
* malloc-fail: Fix null deref in xmlSchemaParseUnionNick Wellnhofer2023-03-081-0/+2
* malloc-fail: Fix memory leak in WXS_ADD_{LOCAL,GLOBAL}Nick Wellnhofer2023-03-081-4/+13
* malloc-fail: Fix memory leak in xmlSchemaBucketCreateNick Wellnhofer2023-03-081-2/+2
* malloc-fail: Fix null deref in xmlSchemaParseWildcardNsNick Wellnhofer2023-03-081-0/+2
* malloc-fail: Fix memory leak in xmlSchemaItemListAddSizeNick Wellnhofer2023-03-081-3/+6
* malloc-fail: Fix null deref in xmlGet{Min,Max}OccursNick Wellnhofer2023-03-081-0/+6
* malloc-fail: Fix memory leak in xmlSchemaParseNick Wellnhofer2023-03-081-1/+1
* schemas: Remove useless if statementNick Wellnhofer2023-02-211-11/+0
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-3/+3
* schemas: Fix infinite loop in xmlSchemaCheckElemSubstGroupNick Wellnhofer2022-11-021-1/+2
* warnings: Remove set-but-unused variablesNick Wellnhofer2022-10-251-3/+2
* schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOKNick Wellnhofer2022-09-131-2/+13
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+3
* Introduce xmlNewSAXParserCtxt and htmlNewSAXParserCtxtNick Wellnhofer2022-08-241-6/+1
* Fix memory leak with invalid XSDNick Wellnhofer2022-08-151-11/+15
* Avoid calling xmlSetTreeDocNick Wellnhofer2022-06-201-3/+5
* Properly fold whitespace around the QName value when validating an XSD schema.Damjan Jovanovic2022-03-021-1/+5
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix handling of XSD with empty namespaceNick Wellnhofer2022-02-031-1/+1
* Fix Null-deref-in-xmlSchemaGetComponentTargetNshuangduirong2022-01-161-0/+6
* Revert "Make schema validation fail with multiple top-level elements"Nick Wellnhofer2022-01-151-4/+0
* Fix integer overflow in xmlSchemaGetParticleTotalRangeMinNick Wellnhofer2020-12-151-5/+45
* Avoid quadratic checking of identity-constraintsMichael Matz2020-11-301-22/+167
* Fix integer overflow when parsing {min,max}OccursNick Wellnhofer2020-06-231-2/+20
* Make schema validation fail with multiple top-level elementsNick Wellnhofer2020-05-041-0/+4
* Fix typosNick Wellnhofer2020-03-081-38/+38
* Fix memory leak in xmlSchemaValidateStreamZhipeng Xie2020-02-111-1/+0
* Remove useless comparisonsNick Wellnhofer2020-01-021-98/+93
* Large batch of typo fixesJared Yanovich2019-09-301-101/+83
* Fix potential null deref in xmlSchemaIDCFillNodeTableszhouzhongyuan2019-09-131-0/+2
* Misleading error message with xs:{min|max}Inclusivebettermanzzy2019-08-251-1/+1
* Fix xmlSchemaValidCtxtPtr reuse memory leakGreg Hildstrom2018-09-041-0/+11
* Fix -Wmisleading-indentation warningsNick Wellnhofer2017-11-271-4/+4
* Fix misc callback signaturesNick Wellnhofer2017-11-091-7/+6
* Fix hash callback signaturesNick Wellnhofer2017-11-091-18/+40
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-0/+1
* Porting libxml2 on zOS encoding of codeStéphane Michaut2017-08-281-0/+6
* Fix signature of xmlSchemaAugmentImportedIDCDaniel Veillard2017-07-271-1/+1
* Spelling and grammar fixesNick Wellnhofer2017-06-171-17/+17
* Fix cast-align warningsNick Wellnhofer2017-06-171-1/+3
* Fix attribute decoding during XML schema validationAlex Henrie2016-08-291-5/+25