]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Deallocate a temp register allocated by codeEqualityTerm() in where.c. If it is not...
authordanielk1977 <danielk1977@noemail.net>
Sat, 6 Sep 2008 14:19:11 +0000 (14:19 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Sat, 6 Sep 2008 14:19:11 +0000 (14:19 +0000)
commitfdd8e5bab84722c09a5a1a8146e3430058c6dea8
treed74e590bf8847262b7063dc9f712290933756b45
parentf7cbfae96a47cae17161de8649fc0a623b9cf7fe
Deallocate a temp register allocated by codeEqualityTerm() in where.c. If it is not deallocated, its value may be reused by the column-cache mechanism. However, by the time it is used, the value may have been clobbered by a sub-routine that also uses the same temp register. Fix for #3357. (CVS 5679)

FossilOrigin-Name: 7c0f638ef3d7ff9156f07d6fb01448453ffcf5ac
manifest
manifest.uuid
src/where.c
test/tkt3357.test [new file with mode: 0644]