summaryrefslogtreecommitdiff
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xmlStopParser reset errNoDaniel Veillard2015-11-091-0/+3
* Avoid processing entities after encoding conversion failuresCVE-2015-7498Daniel Veillard2015-11-091-2/+5
* Avoid extra processing of MarkupDecl when EOFHugh Davenport2015-11-031-0/+8
* Fix an error in previous Conditional section patchCVE-2015-7942-2Daniel Veillard2015-10-271-1/+1
* Another variation of overflow in Conditional sectionsCVE-2015-7942Daniel Veillard2015-10-231-1/+3
* Add missing Null check in xmlParseExternalEntityPrivateGaurav Gupta2015-09-301-4/+6
* Fix a bug in CData error handling in the push parserDaniel Veillard2015-09-181-3/+3
* Fix a bug on name parsing at the end of current input bufferDaniel Veillard2015-09-151-9/+20
* Fail parsing early on if encoding conversion failedCVE-2015-8317Daniel Veillard2015-06-291-1/+5
* Do not process encoding values if the declaration if brokenDaniel Veillard2015-06-291-0/+4
* Cleanup conditional section error handlingCVE-2015-7941_2Daniel Veillard2015-02-231-0/+6
* Stop parsing on entities boundaries errorsCVE-2015-7941_1Daniel Veillard2015-02-231-0/+1
* Fix missing entities after CVE-2014-3660 fixDaniel Veillard2014-10-231-1/+2
* Revert "Missing initialization for the catalog module"Daniel Veillard2014-10-171-3/+0
* Fix for CVE-2014-3660CVE-2014-3660Daniel Veillard2014-10-161-4/+38
* fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENCBart De Schuymer2014-10-161-2/+4
* Parser error on repeated recursive entity expansion containing &lt;Daniel Veillard2014-10-081-2/+2
* parser bug on misformed namespace attributesDennis Filder2014-10-061-0/+14
* wrong error column in structured error when parsing end tagJuergen Keil2014-10-061-0/+2
* wrong error column in structured error when parsing attribute valuesJuergen Keil2014-08-071-0/+19
* wrong error column in structured error when skipping whitespace in xml declJuergen Keil2014-08-071-0/+2
* typo in error messages "colon are forbidden from..."Daniel Veillard2014-07-261-3/+3
* Fix a potential NULL dereferenceDaniel Veillard2014-07-141-0/+6
* Fix regressions introduced by CVE-2014-0191 patchDaniel Veillard2014-06-111-2/+11
* Do not fetch external parameter entitiesCVE-2014-0191Daniel Veillard2014-05-061-0/+14
* Fix xmlParseInNodeContext() if node is not elementDaniel Veillard2014-03-211-1/+2
* Fix a portability issue on WindowsLongstreth Jon2014-02-061-2/+5
* Missing initialization for the catalog moduleDaniel Veillard2014-01-261-0/+3
* adding init calls to xml and html Read parsing entry pointsDaniel Veillard2013-12-091-0/+10
* Fix incorrect spelling entites->entitiesJan Pokorný2013-11-301-1/+1
* Fix a parsing bug on non-ascii element and CR/LF usageDaniel Veillard2013-05-221-1/+5
* Fix a regression in xmlGetDocCompressMode()Daniel Veillard2013-05-101-0/+4
* Cast encoding name to char pointer to match arg typeNikolay Sivov2013-05-061-1/+1
* Fix an error in xmlCleanupParserAlexander Pastukhov2013-04-231-1/+1