aboutsummaryrefslogtreecommitdiff
path: root/xmlschemas.c
AgeCommit message (Expand)Author
2023-11-05schemas: Fix reallocation in xmlSchemaXPathProcessHistoryNick Wellnhofer
2023-09-22error: Make xmlGetLastError return a const errorNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-09-14schemas: Fix memory leak of annotations in notationsNick Wellnhofer
2023-04-30schemas: Fix filename in xmlSchemaValidateFileNick Wellnhofer
2023-04-30schemas: Fix line numbers in streaming validationNick Wellnhofer
2023-04-30schemas: Fix memory leak in xmlSchemaValidateStreamNick Wellnhofer
2023-04-11[CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexTypeNick Wellnhofer
2023-03-14malloc-fail: Handle malloc failures in xmlSchemaInitTypesNick Wellnhofer
2023-03-08malloc-fail: Fix type confusion after xmlSchemaFixupTypeAttributeUsesNick Wellnhofer
2023-03-08malloc-fail: Fix null deref after xmlSchemaItemList{Add,Insert}Nick Wellnhofer
2023-03-08malloc-fail: Fix memory leak in xmlSchemaParseUnionNick Wellnhofer
2023-03-08malloc-fail: Fix another memory leak in xmlSchemaBucketCreateNick Wellnhofer
2023-03-08malloc-fail: Fix null deref in xmlSchemaParseUnionNick Wellnhofer
2023-03-08malloc-fail: Fix memory leak in WXS_ADD_{LOCAL,GLOBAL}Nick Wellnhofer
2023-03-08malloc-fail: Fix memory leak in xmlSchemaBucketCreateNick Wellnhofer
2023-03-08malloc-fail: Fix null deref in xmlSchemaParseWildcardNsNick Wellnhofer
2023-03-08malloc-fail: Fix memory leak in xmlSchemaItemListAddSizeNick Wellnhofer
2023-03-08malloc-fail: Fix null deref in xmlGet{Min,Max}OccursNick Wellnhofer
2023-03-08malloc-fail: Fix memory leak in xmlSchemaParseNick Wellnhofer
2023-02-21schemas: Remove useless if statementNick Wellnhofer
2022-12-08Remove XMLDECL macro from .c filesNick Wellnhofer
2022-11-02schemas: Fix infinite loop in xmlSchemaCheckElemSubstGroupNick Wellnhofer
2022-10-25warnings: Remove set-but-unused variablesNick Wellnhofer
2022-09-13schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOKNick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-08-24Introduce xmlNewSAXParserCtxt and htmlNewSAXParserCtxtNick Wellnhofer
2022-08-15Fix memory leak with invalid XSDNick Wellnhofer
2022-06-20Avoid calling xmlSetTreeDocNick Wellnhofer
2022-03-02Properly fold whitespace around the QName value when validating an XSD schema.Damjan Jovanovic
2022-02-20Remove elfgcchack.hNick Wellnhofer
2022-02-03Fix handling of XSD with empty namespaceNick Wellnhofer
2022-01-16Fix Null-deref-in-xmlSchemaGetComponentTargetNshuangduirong
2022-01-15Revert "Make schema validation fail with multiple top-level elements"Nick Wellnhofer
2020-12-15Fix integer overflow in xmlSchemaGetParticleTotalRangeMinNick Wellnhofer
2020-11-30Avoid quadratic checking of identity-constraintsMichael Matz
2020-06-23Fix integer overflow when parsing {min,max}OccursNick Wellnhofer
2020-05-04Make schema validation fail with multiple top-level elementsNick Wellnhofer
2020-03-08Fix typosNick Wellnhofer
2020-02-11Fix memory leak in xmlSchemaValidateStreamZhipeng Xie
2020-01-02Remove useless comparisonsNick Wellnhofer
2019-09-30Large batch of typo fixesJared Yanovich
2019-09-13Fix potential null deref in xmlSchemaIDCFillNodeTableszhouzhongyuan
2019-08-25Misleading error message with xs:{min|max}Inclusivebettermanzzy
2018-09-04Fix xmlSchemaValidCtxtPtr reuse memory leakGreg Hildstrom
2017-11-27Fix -Wmisleading-indentation warningsNick Wellnhofer
2017-11-09Fix misc callback signaturesNick Wellnhofer
2017-11-09Fix hash callback signaturesNick Wellnhofer
2017-10-21Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas
2017-08-28Porting libxml2 on zOS encoding of codeStéphane Michaut