summaryrefslogtreecommitdiff
path: root/parserInternals.c
Commit message (Expand)AuthorAgeFilesLines
* Fix hash callback signaturesNick Wellnhofer2017-11-091-1/+1
* Fix the Windows header messNick Wellnhofer2017-10-091-1/+1
* Revert "Print error messages for truncated UTF-8 sequences"v2.9.5-rc2Nick Wellnhofer2017-08-301-28/+27
* Fix a couple of misleading indentation errorsDaniel Veillard2017-08-281-2/+2
* Fix unwanted warnings when switching encodingsNick Wellnhofer2017-08-211-1/+5
* Remove unnecessary calls to xmlPopInputNick Wellnhofer2017-06-201-9/+2
* Simplify handling of parameter entity referencesNick Wellnhofer2017-06-201-2/+0
* Don't switch encoding for internal parameter entitiesNick Wellnhofer2017-06-171-5/+1
* Print error messages for truncated UTF-8 sequencesNick Wellnhofer2017-06-101-27/+28
* Reset parser input pointers on encoding failureNick Wellnhofer2017-06-101-1/+1
* Add TODO comment in xmlSwitchEncodingNick Wellnhofer2017-06-101-0/+5
* Stop parser on unsupported encodingsNick Wellnhofer2017-06-071-1/+3
* Heap-based buffer overread in htmlCurrentCharCVE-2016-1833Pranjal Jumde2016-05-231-83/+89
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-2/+2
* Integer signed/unsigned type mismatch in xmlParserInputGrow()David Kilzer2016-05-221-1/+1
* Bug on creating new stream from entityDaniel Veillard2015-11-201-0/+2
* Avoid processing entities after encoding conversion failuresCVE-2015-7498Daniel Veillard2015-11-091-1/+10
* Fixes for xmlInitParserCtxtDaniel Veillard2014-06-111-1/+13
* Clear up a potential NULL dereferenceDaniel Veillard2013-08-031-1/+2
* Detect excessive entities expansion upon replacementDaniel Veillard2013-02-191-0/+2
* Fix the flushing out of raw buffers on encoding conversionsDaniel Veillard2013-02-131-1/+1
* Fix spelling of "length".Michael Wood2012-10-301-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-26/+26
* Introduce some default parser limitsDaniel Veillard2012-07-301-0/+2
* Cleanup function xmlBufResetInput() to set input from BufferDaniel Veillard2012-07-231-9/+4
* Convert XML parser to the new input buffersDaniel Veillard2012-07-231-95/+56
* Fix a race in xmlNewInputStreamDaniel Veillard2012-05-151-5/+10
* Switch the HTML parser to be non-recursiveEugene Pimenov2010-03-151-0/+1
* 566012 autodetected encoding and encoding conflictDaniel Veillard2009-08-261-15/+89
* Fix end of buffer char being split in XML parserDaniel Veillard2009-08-251-6/+18
* Fix xmlKeepBlanksDefault to not break indentNick Wellnhofer2009-08-201-1/+1
* fix for CVE-2008-3281 DanielDaniel Veillard2008-08-201-0/+1
* applied patch from Ashwin to avoid a potential double-free DanielDaniel Veillard2008-04-281-1/+2
* avoid a warning on 64bits introduced earlier make more checking on theDaniel Veillard2008-01-111-2/+14
* applied patch from Marius Konitzer to avoid leaking inDaniel Veillard2006-10-171-0/+1
* a bunch of small cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-17/+11
* fixed a number of warnings shown by HP-UX compiler and reported by RickDaniel Veillard2005-12-101-1/+1
* removed unreachable code pointed out by Oleksandr Kononenko, fixes bugDaniel Veillard2005-11-171-44/+7
* fix a problem in some error case on Solaris when passed a NULL filename,Daniel Veillard2005-10-261-2/+7
* avoid passing a char[] as snprintf first argument. implementedDaniel Veillard2005-09-021-1/+1
* more cleanups based on sparse reports, added "make sparse" DanielDaniel Veillard2005-07-291-1/+1
* fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in newDaniel Veillard2005-07-031-2/+4
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixing col information in xmlParserInput and propagating column into xmlErrorAleksey Sanin2005-01-051-4/+2
* fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes theWilliam M. Brack2004-12-251-1/+2
* better handling of conditional features more testing on parser contextsDaniel Veillard2004-11-091-24/+45
* more types. more fixes DanielDaniel Veillard2004-11-081-3/+6
* more coverage more fixes DanielDaniel Veillard2004-11-081-1/+7
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-0/+2
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-40/+55