]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix potential 32-bit integer overflow problems on the offset and length
authordrh <drh@noemail.net>
Sat, 7 Feb 2015 15:16:35 +0000 (15:16 +0000)
committerdrh <drh@noemail.net>
Sat, 7 Feb 2015 15:16:35 +0000 (15:16 +0000)
commitd10d18da5f65a36ed76c09289e33ed13432d0ca3
treefaf2fe294b42427c7e7f2c8efd0f91146c826018
parent0e55db1cd8748942e3284eb94e774d825ff223fb
Fix potential 32-bit integer overflow problems on the offset and length
parameters to sqlite3_blob_read() and sqlite3_blob_write().  For
sqlite3_blob_open(), make sure the *ppBlob return parameter is zeroed if
the interface fails with SQLITE_MISUSE.

FossilOrigin-Name: 5df02f50f8348dfde4fc15126abc7b7ef7803e69
manifest
manifest.uuid
src/vdbeblob.c
test/incrblob2.test