summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to Devhelp index file format version 2devhelp2Andre Klapper2020-07-132-2/+2
* Reset HTML parser input before reporting errorNick Wellnhofer2020-07-112-2/+6
* Fix more quadratic runtime issues in HTML push parserNick Wellnhofer2020-07-091-3/+8
* Fix regression introduced with 477c7f6aNick Wellnhofer2020-07-071-7/+7
* Limit regexp nesting depthNick Wellnhofer2020-07-061-0/+8
* Fix return values and documentation in encoding.cNick Wellnhofer2020-07-061-12/+53
* Add regexp regression testsDavid Kilzer2020-07-067-5/+21
* Fix quadratic runtime in HTML parserNick Wellnhofer2020-07-065-3/+152
* Report error for invalid regexp quantifiersNick Wellnhofer2020-07-021-0/+3
* Reset HTML parser input before reporting encoding errorNick Wellnhofer2020-06-281-1/+1
* Fix integer overflow in xmlFAParseQuantExactNick Wellnhofer2020-06-251-2/+13
* Fix return value of xmlC14NDocDumpMemoryNick Wellnhofer2020-06-241-3/+3
* Fix rebuilding docs, by hiding __attribute__((...)) behind a macro.Martin Vidner2020-06-243-3/+5
* Don't follow next pointer on documents in xmlXPathRunStreamEvalNick Wellnhofer2020-06-241-1/+2
* Copy xs:duration parser from libexsltNick Wellnhofer2020-06-231-42/+98
* Fix integer overflow in _xmlSchemaParseGYearNick Wellnhofer2020-06-231-1/+8
* Fix integer overflow when parsing {min,max}OccursNick Wellnhofer2020-06-231-2/+20
* Fix another memory leak in xmlSchemaValAtomicTypeNick Wellnhofer2020-06-231-1/+1
* Fuzz target for XML SchemasNick Wellnhofer2020-06-239-1/+172
* Move entity recorder to fuzz.cNick Wellnhofer2020-06-213-72/+65
* Fix unsigned integer overflow in htmlParseTryOrFinishNick Wellnhofer2020-06-151-6/+11
* Fix integer overflow in htmlParseCharRefNick Wellnhofer2020-06-151-10/+17
* Fix undefined behavior in UTF16LEToUTF8Nick Wellnhofer2020-06-151-1/+6
* Fuzz target for HTML parserNick Wellnhofer2020-06-157-1/+212
* Fix return value of xmlCharEncOutputNick Wellnhofer2020-06-152-19/+7
* Update GitLab CI containerNick Wellnhofer2020-06-111-2/+4
* Never expand parameter entities in text declarationNick Wellnhofer2020-06-101-1/+9
* Fix undefined behavior in xmlXPathTryStreamCompileNick Wellnhofer2020-06-101-2/+1
* Add options file for xml fuzzerNick Wellnhofer2020-06-091-0/+2
* Fix use-after-free with validating readerNick Wellnhofer2020-06-081-0/+55
* Add a couple of libFuzzer targetsNick Wellnhofer2020-06-05137-2/+850
* xmlParseBalancedChunkMemory must not be called with NULL docNick Wellnhofer2020-05-301-2/+5
* Revert "Fix memory leak in xmlParseBalancedChunkMemoryRecover"Nick Wellnhofer2020-05-301-2/+1
* Fix memory leak in xmlXIncludeLoadDoc error pathNick Wellnhofer2020-05-301-0/+2
* win32: allow passing *FLAGS on command lineMichael Stahl2020-05-041-0/+5
* Make schema validation fail with multiple top-level elementsNick Wellnhofer2020-05-041-0/+4
* Guard new calls to xmlValidatePopElement in xml_reader.cDaniel Cheng2020-05-041-0/+2
* Add LIBXML_VALID_ENABLED to xmlreaderŁukasz Wojniłowicz2020-05-041-0/+2
* Configure file xmlwin32version.h.in on MSVCMarkus Rickert2020-05-041-1/+5
* List headers individuallyMarkus Rickert2020-05-041-7/+56
* Add CMake build filesMarkus Rickert2020-05-043-0/+1074
* Call xmlCleanupParser on ELF destructionSamuel Thibault2020-05-042-1/+20
* Parenthesize Py<type>_Check() in ifsMiro Hrončok2020-03-102-8/+8
* Fix typosNick Wellnhofer2020-03-0895-380/+380
* Disable LeakSanitizerNick Wellnhofer2020-03-021-0/+2
* Stop calling SAX getEntity handler from XMLReaderNick Wellnhofer2020-02-111-21/+0
* Add test case for recursive external parsed entitiesNick Wellnhofer2020-02-116-0/+253
* Enable error tests with entity substitutionNick Wellnhofer2020-02-1120-0/+205
* Don't load external entity from xmlSAX2GetEntityNick Wellnhofer2020-02-112-37/+0
* Merge code paths loading external entitiesNick Wellnhofer2020-02-111-210/+72