]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a potential buffer overread in sqlite3VdbeRecordCompare() when a
authordrh <drh@noemail.net>
Thu, 1 Aug 2013 20:26:04 +0000 (20:26 +0000)
committerdrh <drh@noemail.net>
Thu, 1 Aug 2013 20:26:04 +0000 (20:26 +0000)
commitf5601cac4d1526ebbe7ffcff999c8573d53a549f
tree810d48e17c6ee653f654d37cd764090e0e6df021
parentdf003d61cec51dfef29c58a13d9bd6927f698b32
Fix a potential buffer overread in sqlite3VdbeRecordCompare() when a
serial_type specifies a field that starts in bounds but is much too large
for the allocated buffer.  Mostly harmless.  The overread is unlikely to
go more than one or two bytes past the end of the buffer.

FossilOrigin-Name: e436b2f4e5c5e6b2f70e65332c0c7d618e2ef20a
manifest
manifest.uuid
src/vdbeaux.c
test/corruptG.test