]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix additional cases of possible signed integer overflow, especially with
authordrh <drh@noemail.net>
Tue, 8 Mar 2011 02:38:28 +0000 (02:38 +0000)
committerdrh <drh@noemail.net>
Tue, 8 Mar 2011 02:38:28 +0000 (02:38 +0000)
commitd50ffc416fc47ad9ed6c643d4aaba0df2e59254c
tree56d21715dc2604ca11fe995a74ee5e187622cb23
parent2327275b8c3c34b4ffb4be1fd81bbcf5b180c32c
Fix additional cases of possible signed integer overflow, especially with
regard to negation.

FossilOrigin-Name: 2d5800bd8cfc7d7f5578a71b1aeaa74b2ec4b372
manifest
manifest.uuid
src/btree.c
src/expr.c
src/pragma.c
src/prepare.c
src/sqliteInt.h
src/util.c
src/vdbemem.c