]> 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 13:52:54 +0000 (13:52 +0000)
committerdrh <drh@noemail.net>
Thu, 5 Jan 2017 13:52:54 +0000 (13:52 +0000)
commit0ef5f800b31fb10a4b449f5afdb8e6175c84874d
treeebecf2227eb686f32cd7c03adeac86952a96ab33
parent756234695f4acf93a8e99b317d58a2bfc546035b
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: ca185808ade195875918b5bad1762bcd8ec39457
manifest
manifest.uuid
src/vdbemem.c