summaryrefslogtreecommitdiff
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix hash callback signaturesNick Wellnhofer2017-11-091-1/+1
* Refactor name and type signature for xmlNopVlad Tsyrklevich2017-11-091-1/+2
* Fix the Windows header messNick Wellnhofer2017-10-091-1/+1
* Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer2017-10-091-8/+9
* Fix regression with librsvgNick Wellnhofer2017-09-191-2/+3
* Handle more invalid entity values in recovery modeNick Wellnhofer2017-09-131-40/+34
* Handle illegal entity values in recovery modeNick Wellnhofer2017-09-071-31/+32
* Revert "Print error messages for truncated UTF-8 sequences"v2.9.5-rc2Nick Wellnhofer2017-08-301-1/+1
* Porting libxml2 on zOS encoding of codeStéphane Michaut2017-08-281-0/+5
* Detect infinite recursion in parameter entitiesNick Wellnhofer2017-07-251-1/+10
* Fix infinite loops with push parser in recovery modeNick Wellnhofer2017-07-041-2/+2
* Fix NULL deref in xmlParseExternalEntityPrivateNick Wellnhofer2017-06-201-1/+1
* Get rid of "blanks wrapper" for parameter entitiesNick Wellnhofer2017-06-201-56/+9
* Make sure not to call IS_BLANK_CH when parsing the DTDNick Wellnhofer2017-06-201-61/+32
* Remove unnecessary calls to xmlPopInputNick Wellnhofer2017-06-201-78/+20
* Simplify handling of parameter entity referencesNick Wellnhofer2017-06-201-35/+21
* Fix xmlHaltParserNick Wellnhofer2017-06-201-0/+3
* Spelling and grammar fixesNick Wellnhofer2017-06-171-3/+3
* Rework entity boundary checksNick Wellnhofer2017-06-171-48/+82
* Don't switch encoding for internal parameter entitiesNick Wellnhofer2017-06-171-26/+28
* Merge duplicate code paths handling PE referencesNick Wellnhofer2017-06-171-148/+41
* Fix duplicate SAX callbacks for entity contentDavid Kilzer2017-06-161-0/+3
* Fix potential infinite loop in xmlStringLenDecodeEntitiesNick Wellnhofer2017-06-101-0/+1
* Remove useless check in xmlParseAttributeListDeclNick Wellnhofer2017-06-101-10/+0
* Fix memory leak in xmlParseEntityDecl error pathNick Wellnhofer2017-06-101-8/+8
* Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local"Nick Wellnhofer2017-06-061-4/+0
* Fix handling of parameter-entity referencesNick Wellnhofer2017-06-051-8/+10
* Avoid reparsing in xmlParseStartTag2Nick Wellnhofer2017-06-011-48/+26
* Simplify control flow in xmlParseStartTag2Nick Wellnhofer2017-06-011-182/+152
* Avoid spurious UBSan errors in parser.cNick Wellnhofer2017-06-011-1/+6
* Fix memory leak in parser error pathNick Wellnhofer2017-05-271-1/+1
* Prevent unwanted external entity referenceNeel Mehta2017-04-071-0/+9
* Add an XML_PARSE_NOXXE flag to block all entities loading even localDoran Moppert2017-04-071-0/+4
* Avoid building recursive entitiesCVE-2016-3627Daniel Veillard2016-05-231-1/+5
* Heap-based buffer-underreads due to xmlParseNameDavid Kilzer2016-05-231-0/+2
* Heap use-after-free in xmlSAX2AttributeNsCVE-2016-1835Pranjal Jumde2016-05-231-2/+10
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-18/+19
* Fix inappropriate fetch of entities contentCVE-2016-4449Daniel Veillard2016-05-231-1/+15
* Bug 759398: Heap use-after-free in xmlDictComputeFastKey <https://bugzilla.gn...CVE-2016-1836Pranjal Jumde2016-05-231-5/+4
* Bug 758588: Heap-based buffer overread in xmlParserPrintFileContextInternal <...CVE-2016-1838David Kilzer2016-05-231-2/+6
* Add missing increments of recursion depth counter to XML parser.CVE-2016-3705Peter Simons2016-05-221-0/+8
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-3/+3
* Bug 760183: REGRESSION (v2.9.3): XML push parser fails with bogus UTF-8 encod...David Kilzer2016-04-081-7/+8
* Heap-based buffer overread in xmlNextCharCVE-2016-1762Daniel Veillard2016-02-091-0/+1
* CVE-2015-7500 Fix memory access error due to incorrect entities boundariesCVE-2015-7500Daniel Veillard2015-11-201-6/+22
* Fix some loop issues embedding NEXTDaniel Veillard2015-11-201-2/+4
* Detect incoherency on GROWCVE-2015-7499-2Daniel Veillard2015-11-201-1/+8
* Reuse xmlHaltParser() where it makes senseDaniel Veillard2015-11-201-20/+17
* Add xmlHaltParser() to stop the parserCVE-2015-7499-1Daniel Veillard2015-11-201-5/+29
* CVE-2015-5312 Another entity expansion issueCVE-2015-5312David Drysdale2015-11-201-0/+4