aboutsummaryrefslogtreecommitdiff
path: root/xmlstring.c
AgeCommit message (Expand)Author
2023-09-29string: Fix UTF-8 validation in xmlGetUTF8CharNick Wellnhofer
2023-01-24malloc-fail: Don't call xmlErrMemory in xmlstring.cNick Wellnhofer
2022-12-08Remove XMLDECL macro from .c filesNick Wellnhofer
2022-09-01Remove or annotate char castsNick Wellnhofer
2022-09-01Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-02-26Update `xmlStrlen()` to use POSIX / ISO C `strlen()`Mike Dalessio
2022-02-20Remove elfgcchack.hNick Wellnhofer
2022-01-28Avoid potential integer overflow in xmlstring.cNick Wellnhofer
2022-01-25Fix integer conversion warnings in xmlstring.cNick Wellnhofer
2020-08-08Use strcmp when fuzzingNick Wellnhofer
2017-06-18Documentation fixesNick Wellnhofer
2017-06-17Spelling and grammar fixesNick Wellnhofer
2016-05-23More format string warnings with possible format string vulnerabilityDavid Kilzer
2016-05-23Fix some format string warnings with possible format string vulnerabilityDavid Kilzer
2016-05-22Bug 763071: heap-buffer-overflow in xmlStrncat <https://bugzilla.gnome.org/sh...Pranjal Jumde
2016-04-23Fix OOB read with invalid UTF-8 in xmlUTF8StrsizeNick Wellnhofer
2012-09-11Big space and tab cleanupDaniel Veillard
2009-08-12Both args of xmlStrcasestr are constDaniel Veillard
2005-12-22Fixed xmlStrEqual() doc, DanielDaniel Veillard
2005-12-20Fixed a segfault during text concatenation when validating a node tree:Kasimier T. Buchcik
2005-12-10fixed a number of warnings shown by HP-UX compiler and reported by RickDaniel Veillard
2005-07-21applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard
2005-04-01revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard
2004-12-20reset input->base within xmlStopParser removed call to xmlUTF8Strlen fromWilliam M. Brack
2004-11-08more fixes. DanielDaniel Veillard
2004-11-05autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard
2004-11-02more testing and coverage more cleanups rebuilt DanielDaniel Veillard
2004-11-02adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard
2004-10-06added code to handle <group>, including dumping to output (bug 151924).William M. Brack
2004-09-03modified comments on xmlGetUTF8Char in response to bug 151760 (no changeWilliam M. Brack
2004-08-31fixed error reported on the list caused by my last changeWilliam M. Brack
2004-08-31fixed bug introduced during OOM fixup causing problems with defaultWilliam M. Brack
2004-08-28fixed a problem with xmlCheckUTF8 reported on the mailing list by JuliusWilliam M. Brack
2004-08-14Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert ChinDaniel Veillard
2004-01-12some parser optimizations, xmllint --memory --timing --repeat --streamDaniel Veillard
2004-01-06moved string and UTF8 routines out of parser.c and encoding.c into a newWilliam M. Brack