summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Check for invalid redeclarations of predefined entitiesNick Wellnhofer2021-02-084-3/+11
* add test coverage for incorrectly-closed commentsMike Dalessio2020-12-162-0/+28
* Fix regression introduced with commit 74dcc10bNick Wellnhofer2020-08-191-0/+12
* Fix corner case with empty xi:fallbackNick Wellnhofer2020-08-171-0/+6
* Fix exponential runtime and memory in xi:fallback processingNick Wellnhofer2020-08-071-0/+83
* Don't recurse into xi:include children in xmlXIncludeDoProcessNick Wellnhofer2020-08-062-0/+16
* Add regexp regression testsDavid Kilzer2020-07-062-0/+5
* Fix quadratic runtime in HTML parserNick Wellnhofer2020-07-061-0/+53
* Add test case for recursive external parsed entitiesNick Wellnhofer2020-02-112-0/+5
* Large batch of typo fixesJared Yanovich2019-09-3012-15/+15
* Make xmlParseConditionalSections non-recursiveNick Wellnhofer2019-09-304-0/+47
* Fix empty branch in regexNick Wellnhofer2019-09-251-0/+9
* Remove executable bit from non-executable filesNick Wellnhofer2019-09-1694-0/+0
* Fix Schema determinism check of ##other namespacesNick Wellnhofer2019-09-162-0/+13
* 14:00 is a valid timezone for xs:dateTimeNick Wellnhofer2019-09-131-0/+1
* Fix unability to RelaxNG-validate grammar with choice-based name classJan Pokorný2019-08-252-0/+2
* Fix unability to validate ambiguously constructed interleave for RelaxNGJan Pokorný2019-08-252-0/+17
* Improve XPath predicate and filter evaluationNick Wellnhofer2019-04-221-0/+4
* Fix float casts in xmlXPathSubstringFunctionNick Wellnhofer2019-03-081-0/+2
* Remove redefined starts and defines inside include elementsNikolai Weibull2018-11-294-0/+32
* Allow choice within choice in nameClass in RELAX NGNikolai Weibull2018-11-292-0/+16
* Look inside divs for starts and defines inside includeNikolai Weibull2018-11-293-0/+17
* Add test for ICU flush and pivot bufferNick Wellnhofer2017-11-041-0/+13
* Fix comparison of nodesets to stringsNick Wellnhofer2017-10-072-0/+3
* Revert "Print error messages for truncated UTF-8 sequences"v2.9.5-rc2Nick Wellnhofer2017-08-303-3/+0
* Detect infinite recursion in parameter entitiesNick Wellnhofer2017-07-251-0/+11
* Rework entity boundary checksNick Wellnhofer2017-06-171-1/+4
* Add test cases for bug 758518David Kilzer2017-06-122-0/+2
* Print error messages for truncated UTF-8 sequencesNick Wellnhofer2017-06-103-0/+3
* Fix buffer size checks in xmlSnprintfElementContentNick Wellnhofer2017-06-051-0/+4
* Fix handling of parameter-entity referencesNick Wellnhofer2017-06-054-0/+10
* Check for integer overflow in xmlXPathFormatNumberNick Wellnhofer2017-06-012-0/+4
* Check XPath exponents for overflowNick Wellnhofer2017-05-311-0/+8
* Check for overflow in xmlXPathIsPositionalPredicateNick Wellnhofer2017-05-311-0/+3
* Parse small XPath numbers more accuratelyNick Wellnhofer2017-05-311-0/+2
* Rework XPath rounding functionsNick Wellnhofer2017-05-311-0/+17
* Fix axis traversal from attribute and namespace nodesNick Wellnhofer2017-05-313-0/+5
* Fix XPointer paths beginning with range-toNick Wellnhofer2016-10-121-0/+1
* Fix NULL pointer deref in XPointer range-toNick Wellnhofer2016-06-251-0/+1
* Heap-based buffer overread in htmlCurrentCharCVE-2016-1833Pranjal Jumde2016-05-232-0/+2
* Heap-based buffer-underreads due to xmlParseNameDavid Kilzer2016-05-232-0/+10
* Heap use-after-free in xmlSAX2AttributeNsCVE-2016-1835Pranjal Jumde2016-05-231-0/+46
* Bug 759398: Heap use-after-free in xmlDictComputeFastKey <https://bugzilla.gn...CVE-2016-1836Pranjal Jumde2016-05-231-0/+326
* Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla....CVE-2016-1839Pranjal Jumde2016-05-231-0/+1
* Bug 758588: Heap-based buffer overread in xmlParserPrintFileContextInternal <...CVE-2016-1838David Kilzer2016-05-231-0/+1
* Fix memory leak with XPath namespace nodesNick Wellnhofer2016-05-051-0/+1
* Fix namespace axis traversalNick Wellnhofer2016-05-052-2/+3
* Don't recurse into OP_VALUEs in xmlXPathOptimizeExpressionNick Wellnhofer2016-04-271-0/+1
* Fix namespace::node() XPath expressionNick Wellnhofer2016-04-272-0/+4
* Fix parsing of NCNames in XPathNick Wellnhofer2016-04-231-0/+1