summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* malloc-fail: Fix buffer overread after htmlParseScriptNick Wellnhofer2023-03-201-1/+1
* malloc-fail: Check for malloc failures when creating XPath stringsNick Wellnhofer2023-03-181-69/+42
* parser: Fix regressions from previous commitsNick Wellnhofer2023-03-182-2/+4
* html: Rely on CUR_CHAR to grow the input bufferNick Wellnhofer2023-03-171-42/+21
* parser: Rely on CUR_CHAR/NEXT to grow the input bufferNick Wellnhofer2023-03-171-189/+57
* malloc-fail: Add error check in htmlParseHTMLAttributeNick Wellnhofer2023-03-171-0/+4
* malloc-fail: Add more error checks when parsing namesNick Wellnhofer2023-03-171-0/+8
* malloc-fail: Fix buffer overread in htmlParseScriptNick Wellnhofer2023-03-171-1/+1
* parser: More fixes to xmlParserGrowNick Wellnhofer2023-03-161-20/+5
* valid: Make xmlValidateElement non-recursiveNick Wellnhofer2023-03-161-43/+43
* malloc-fail: Fix buffer overread when reading from inputNick Wellnhofer2023-03-152-52/+38
* html: Fix quadratic behavior in htmlParseTryOrFinishNick Wellnhofer2023-03-151-1/+7
* html: Use NEXTL in htmlParseHTMLAttributeNick Wellnhofer2023-03-151-1/+1
* parser: Fix short-lived regression causing infinite loopsNick Wellnhofer2023-03-143-46/+42
* xzlib: Fix implicit sign change in xz_openNick Wellnhofer2023-03-141-2/+5
* malloc-fail: Handle malloc failures in xmlSchemaInitTypesNick Wellnhofer2023-03-143-46/+163
* xmllint: Fix memory leak with --pattern --streamNick Wellnhofer2023-03-141-9/+0
* xmllint: Fix use-after-free with --maxmemNick Wellnhofer2023-03-143-9/+29
* parser: Deprecate some parser input functionsNick Wellnhofer2023-03-133-0/+5
* parser: Stop calling xmlParserInputShrinkNick Wellnhofer2023-03-134-12/+62
* malloc-fail: Stop using XPath stack framesNick Wellnhofer2023-03-132-54/+5
* malloc-fail: Fix null deref in xmlParserInputShrinkNick Wellnhofer2023-03-131-0/+7
* fuzz: Add valid.optionsNick Wellnhofer2023-03-121-0/+3
* parser: Simplify calculation of available buffer spaceNick Wellnhofer2023-03-122-49/+10
* parser: Use size_t when subtracting input buffer pointersNick Wellnhofer2023-03-122-3/+4
* parser: Check for integer overflow when updating checkIndexNick Wellnhofer2023-03-122-6/+43
* html: Impose some length limitsNick Wellnhofer2023-03-123-2/+43
* parser: Stop calling xmlParserInputGrowNick Wellnhofer2023-03-124-74/+79
* fuzz: Also test init function of URI fuzzerNick Wellnhofer2023-03-121-1/+1
* fuzz: Separate fuzzer for DTD validationNick Wellnhofer2023-03-128-3/+154
* valid: Allow xmlFreeValidCtxt(NULL)Nick Wellnhofer2023-03-121-0/+2
* win32: Remove broken libxml2.def.srcNick Wellnhofer2023-03-123-3414/+0
* gitlab-ci: Enable all "integer" sanitizersNick Wellnhofer2023-03-123-1/+5
* malloc-fail: Fix out-of-bounds read in xmlGROWNick Wellnhofer2023-03-121-1/+1
* malloc-fail: Fix memory leak in xmlXPathRegisterNsNick Wellnhofer2023-03-091-2/+13
* parser: Merge xmlParserInputGrow into xmlGROWNick Wellnhofer2023-03-091-23/+30
* malloc-fail: Fix out-of-bounds read in xmlCurrentCharNick Wellnhofer2023-03-091-3/+14
* fuzz: Inject random malloc failuresNick Wellnhofer2023-03-0810-92/+171
* fuzz: Add maxAlloc item to static seed corpusNick Wellnhofer2023-03-08123-0/+0
* fuzz: Support variable integer sizes in fuzz dataNick Wellnhofer2023-03-086-18/+47
* parser: Tighten expansion limitsNick Wellnhofer2023-03-084-498/+28
* 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 null deref after xmlSchemaCompareDatesNick Wellnhofer2023-03-081-0/+28
* 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