]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not reuse temp registers originally allocated to a subroutine within
authordrh <drh@noemail.net>
Tue, 6 Dec 2011 13:24:59 +0000 (13:24 +0000)
committerdrh <drh@noemail.net>
Tue, 6 Dec 2011 13:24:59 +0000 (13:24 +0000)
commitcdc695571629850086a5d990c0026c5e69b32536
tree4bd4ca71f34264c86d7e6ebe04d728effc187394
parent5833089707ffa3dd627c3c5693744e0eb45c64ab
Do not reuse temp registers originally allocated to a subroutine within
the main body of the program logic, since if the subroutine is called
while the reused temp registers are in use, their values will get clobbered.
Candidate fix for ticket [3a77c9714e63330]

FossilOrigin-Name: 092d53315e50be42b51ef7b3069c82c32a129b6a
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h