summaryrefslogtreecommitdiff
path: root/xmlstring.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation fixesNick Wellnhofer2017-06-181-3/+4
* Spelling and grammar fixesNick Wellnhofer2017-06-171-1/+1
* More format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-0/+55
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-2/+2
* Bug 763071: heap-buffer-overflow in xmlStrncat <https://bugzilla.gnome.org/sh...CVE-2016-1834Pranjal Jumde2016-05-221-1/+8
* Fix OOB read with invalid UTF-8 in xmlUTF8StrsizeNick Wellnhofer2016-04-231-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-17/+17
* Both args of xmlStrcasestr are constDaniel Veillard2009-08-121-1/+1
* Fixed xmlStrEqual() doc, DanielDaniel Veillard2005-12-221-1/+1
* Fixed a segfault during text concatenation when validating a node tree:Kasimier T. Buchcik2005-12-201-3/+7
* fixed a number of warnings shown by HP-UX compiler and reported by RickDaniel Veillard2005-12-101-1/+1
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-1/+1
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+3
* reset input->base within xmlStopParser removed call to xmlUTF8Strlen fromWilliam M. Brack2004-12-201-1/+1
* more fixes. DanielDaniel Veillard2004-11-081-2/+7
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-1/+4
* more testing and coverage more cleanups rebuilt DanielDaniel Veillard2004-11-021-1/+3
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-1/+3
* added code to handle <group>, including dumping to output (bug 151924).William M. Brack2004-10-061-1/+1
* modified comments on xmlGetUTF8Char in response to bug 151760 (no changeWilliam M. Brack2004-09-031-4/+6
* fixed error reported on the list caused by my last changeWilliam M. Brack2004-08-311-1/+1
* fixed bug introduced during OOM fixup causing problems with defaultWilliam M. Brack2004-08-311-34/+18
* fixed a problem with xmlCheckUTF8 reported on the mailing list by JuliusWilliam M. Brack2004-08-281-3/+26
* Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert ChinDaniel Veillard2004-08-141-1/+1
* some parser optimizations, xmllint --memory --timing --repeat --streamDaniel Veillard2004-01-121-0/+5
* moved string and UTF8 routines out of parser.c and encoding.c into a newWilliam M. Brack2004-01-061-0/+951