aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-783/+527
* DO NOT MERGE: Add validation for eternal enitiesBrian C. Young2017-04-171-0/+8
* DO NOT MERGE: Apply upstream Chromium patch for encoding changesBrian C. Young2017-04-171-1/+8
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-39/+81
* CVE-2015-7500 Fix memory access error due to incorrect entities boundariesDaniel Veillard2015-11-201-6/+22
* Fix some loop issues embedding NEXTDaniel Veillard2015-11-201-2/+4
* Detect incoherency on GROWDaniel Veillard2015-11-201-1/+8
* Reuse xmlHaltParser() where it makes senseDaniel Veillard2015-11-201-20/+17
* Add xmlHaltParser() to stop the parserDaniel Veillard2015-11-201-5/+29
* CVE-2015-5312 Another entity expansion issueDavid Drysdale2015-11-201-0/+4
* xmlStopParser reset errNoDaniel Veillard2015-11-091-0/+3
* Avoid processing entities after encoding conversion failuresDaniel Veillard2015-11-091-2/+5
* Avoid extra processing of MarkupDecl when EOFHugh Davenport2015-11-031-0/+8
* Fix an error in previous Conditional section patchDaniel Veillard2015-10-271-1/+1
* Another variation of overflow in Conditional sectionsDaniel 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 failedDaniel Veillard2015-06-291-1/+5
* Do not process encoding values if the declaration if brokenDaniel Veillard2015-06-291-0/+4
* Cleanup conditional section error handlingDaniel Veillard2015-02-231-0/+6
* Stop parsing on entities boundaries errorsDaniel 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-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 <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 entitiesDaniel 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
* Fix a couple of return without valueJüri Aedla2013-04-161-2/+2
* Improve handling of xmlStopParser()Daniel Veillard2013-04-111-6/+65
* Cache presence of '<' in entities contentDaniel Veillard2013-03-111-12/+18
* Avoid extra processing on entitiesDaniel Veillard2013-03-111-2/+6
* Detect excessive entities expansion upon replacementDaniel Veillard2013-02-191-6/+38
* Fix the flushing out of raw buffers on encoding conversionsDaniel Veillard2013-02-131-3/+7