]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure signed integer overflow does not cause a segfault while attempting
authordrh <drh@noemail.net>
Thu, 1 Aug 2013 19:17:39 +0000 (19:17 +0000)
committerdrh <drh@noemail.net>
Thu, 1 Aug 2013 19:17:39 +0000 (19:17 +0000)
commitdf003d61cec51dfef29c58a13d9bd6927f698b32
tree37048d93b36dc08bf11c89601cc61134012c2b7d
parent2acbc0dd78c34f0c62aeb2b2bb36dfe7c1cf7962
Make sure signed integer overflow does not cause a segfault while attempting
to read a corrupt database where the header size varint on a record is larger
than the maximum 32-bit signed integer.

FossilOrigin-Name: c3baca99f4580652afb2c3f73036ab83796a1557
manifest
manifest.uuid
src/vdbeaux.c
test/corruptG.test [new file with mode: 0644]