summaryrefslogtreecommitdiff
path: root/valid.c
Commit message (Expand)AuthorAgeFilesLines
* xmlValidatePopElement() can return invalid value (-1)David Kilzer2023-04-101-2/+3
* valid: Make xmlValidateElement non-recursiveNick Wellnhofer2023-03-161-43/+43
* valid: Allow xmlFreeValidCtxt(NULL)Nick Wellnhofer2023-03-121-0/+2
* malloc-fail: Fix memory leak in xmlGetDtdElementDesc2Nick Wellnhofer2023-02-171-8/+15
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-1/+1
* Remove hacky heuristic from b2dc5675e94aa6b5557ba63f7d66b0f08dd17e4dAlex Richardson2022-12-011-15/+5
* Fix --with-valid --without-regexps buildNick Wellnhofer2022-09-021-5/+13
* Remove explicit integer castsNick Wellnhofer2022-09-011-1/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+3
* Fix leak of xmlElementContentDavid Kilzer2022-04-071-0/+1
* Remove DOCBparserNick Wellnhofer2022-03-041-8/+0
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-3/+0
* Fix --without-valid buildNick Wellnhofer2022-02-221-29/+29
* Deprecate IDREF-related functions in valid.hNick Wellnhofer2022-02-201-0/+10
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Rework validation context flagsNick Wellnhofer2022-02-201-28/+15
* [CVE-2022-23308] Use-after-free of ID and IDREF attributesNick Wellnhofer2022-02-191-33/+55
* Fix typosNick Wellnhofer2020-03-081-12/+12
* Remove useless comparisonsNick Wellnhofer2020-01-021-22/+21
* Make xmlFreeDocElementContent non-recursiveNick Wellnhofer2019-10-141-5/+27
* Make xmlDumpElementContent non-recursiveNick Wellnhofer2019-10-041-68/+89
* Large batch of typo fixesJared Yanovich2019-09-301-2/+2
* Fix list callback signaturesNick Wellnhofer2017-11-091-2/+2
* Fix hash callback signaturesNick Wellnhofer2017-11-091-46/+74
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-0/+1
* Fix structured validation errorsNick Wellnhofer2017-09-071-2/+2
* Spelling and grammar fixesNick Wellnhofer2017-06-171-3/+3
* Fix type confusion in xmlValidateOneNamespaceNick Wellnhofer2017-06-071-0/+7
* Fix NULL pointer deref in xmlDumpElementContentDaniel Veillard2017-06-071-10/+14
* Fix buffer size checks in xmlSnprintfElementContentNick Wellnhofer2017-06-051-9/+11
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-4/+4
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-1/+1
* Fix the spurious ID already defined errorDaniel Veillard2015-09-101-2/+4
* Couple of Missing Null checksGaurav Gupta2014-08-071-0/+4
* erroneously ignores a validation error if no error callback setDaniel Veillard2014-06-101-5/+2
* fixing a ptotential uninitialized accessDaniel Veillard2014-02-061-1/+1
* Drop not needed checksDenis Pauk2013-09-301-9/+10
* Fix pointer dereferenced before null checkGaurav2013-09-301-1/+1
* Fix spelling of "length".Michael Wood2012-10-301-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-95/+95
* Adding various checks on node type though the APIDaniel Veillard2012-08-091-3/+5
* Improve the error report on undefined REFsDaniel Veillard2011-11-111-0/+7
* Recognize ID attribute in HTML without DOCTYPEDaniel Veillard2009-10-161-1/+2
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-4/+1
* 446613 small validation bug mixed content with NSDaniel Veillard2009-08-211-6/+6
* Add symbol versioning to libxml2 shared libsDaniel Veillard2009-08-201-49/+0
* 567619 xmlValidateNotationUse missing param testDaniel Veillard2009-08-121-1/+2
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-1/+1
* adds element traversal support avoid a warning regenerated danielDaniel Veillard2008-11-271-16/+26
* fix a small initialization problem raised by Ashwin increase testingDaniel Veillard2008-08-271-1/+1