summaryrefslogtreecommitdiff
path: root/xmlstring.c
Commit message (Expand)AuthorAgeFilesLines
* malloc-fail: Don't call xmlErrMemory in xmlstring.cNick Wellnhofer2023-01-241-5/+0
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-1/+1
* Remove or annotate char castsNick Wellnhofer2022-09-011-0/+1
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-11/+11
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+3
* Update `xmlStrlen()` to use POSIX / ISO C `strlen()`Mike Dalessio2022-02-261-7/+1
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Avoid potential integer overflow in xmlstring.cNick Wellnhofer2022-01-281-28/+33
* Fix integer conversion warnings in xmlstring.cNick Wellnhofer2022-01-251-6/+6
* Use strcmp when fuzzingNick Wellnhofer2020-08-081-9/+12
* 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