]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that the sqlite3_value_text() interface returns a buffer that is long
authordrh <drh@noemail.net>
Thu, 5 Jan 2017 07:58:29 +0000 (07:58 +0000)
committerdrh <drh@noemail.net>
Thu, 5 Jan 2017 07:58:29 +0000 (07:58 +0000)
commit34d04d64f046f4a7fd514b11690982a9c213cc2e
treea69742a4b6feef2c6b186b67cf8716f36382bbd9
parent87e1e56b5b4a748f55f16eae5f7ea7789e959516
Ensure that the sqlite3_value_text() interface returns a buffer that is long
enough to hold the complete string plus the zero terminator even when the
input is a zeroblob.  Fix for a problem detected by OSS-Fuzz.

FossilOrigin-Name: 2dc7eeb5b4d2eaf1d843eda56f339fd4cc80d78e
manifest
manifest.uuid
src/vdbemem.c