summaryrefslogtreecommitdiff
path: root/buf.c
Commit message (Expand)AuthorAgeFilesLines
* malloc-fail: Fix null deref in xmlBufResizeNick Wellnhofer2023-01-241-1/+2
* buf: Fix return value of xmlBufGetInputBaseNick Wellnhofer2023-01-241-1/+1
* buf: Deprecate static/immutable buffersNick Wellnhofer2022-11-201-52/+4
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-4/+4
* Remove explicit integer castsNick Wellnhofer2022-09-011-4/+4
* Consolidate private header filesNick Wellnhofer2022-08-261-1/+3
* Reserve byte for NUL terminator and report errors consistently in xmlBuf and ...David Kilzer2022-06-161-5/+10
* Fix missing NUL terminators in xmlBuf and xmlBuffer functionsDavid Kilzer2022-06-161-5/+4
* xmlBufAvail() should return length without including a byte for NUL terminatorDavid Kilzer2022-05-251-4/+5
* Remove unused xmlBuf functionsDavid Kilzer2022-05-251-164/+0
* [CVE-2022-29824] Fix integer overflows in xmlBuf and xmlBufferNick Wellnhofer2022-05-021-51/+33
* Use UPDATE_COMPAT() consistently in buf.cDavid Kilzer2022-04-101-15/+5
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-4/+0
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Reset HTML parser input before reporting errorNick Wellnhofer2020-07-111-1/+5
* Fix typosNick Wellnhofer2020-03-081-2/+2
* Fix overflow handling in xmlBufBackToBufferNick Wellnhofer2019-11-071-2/+4
* Large batch of typo fixesJared Yanovich2019-09-301-4/+4
* Remove executable bit from non-executable filesNick Wellnhofer2019-09-161-0/+0
* Fix potential memory leak in xmlBufBackToBufferNick Wellnhofer2019-09-131-2/+2
* Spelling and grammar fixesNick Wellnhofer2017-06-171-2/+2
* Allow zero sized memory input buffersNick Wellnhofer2017-06-101-1/+1
* CVE-2015-1819 Enforce the reader to run in constant memoryCVE-2015-1819Daniel Veillard2015-04-141-1/+42
* Fix and add const qualifiersKurt Roeckx2014-10-131-2/+2
* elfgcchack for buf moduleRoumen Petrov2013-04-011-0/+3
* Regenerating docs and API filesDaniel Veillard2012-08-101-0/+6
* Improve compatibility between xmlBuf and xmlBufferDaniel Veillard2012-08-071-10/+68
* Improvements for old buffer compatibilityDaniel Veillard2012-08-061-3/+20
* Fixup for buf.cDaniel Veillard2012-07-251-3/+4
* Harden the buffer code and make it more compatibleDaniel Veillard2012-07-231-30/+47
* More cleanups for input/buffers codeDaniel Veillard2012-07-231-1/+47
* Cleanup function xmlBufResetInput() to set input from BufferDaniel Veillard2012-07-231-0/+18
* Adding a new buf module for buffersDaniel Veillard2012-07-231-0/+1138