]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a VDBE stack overflow that occurs when the left-hand side of an IN
authordrh <drh@noemail.net>
Wed, 17 Mar 2004 23:32:08 +0000 (23:32 +0000)
committerdrh <drh@noemail.net>
Wed, 17 Mar 2004 23:32:08 +0000 (23:32 +0000)
commit8b8891bf0aa39fde98831f4cdd391c1a22e672f1
treecfed143cfb276dc0a09bf69eaf27403e422a617c
parent276fd588d8cea5886cdc462c9072be8bd224b865
Fix a VDBE stack overflow that occurs when the left-hand side of an IN
expression is NULL and the result is stored on the stack rather than used
to control a jump.  Ticket #668. (CVS 1299)

FossilOrigin-Name: fc7a7975b03c144c2db3566facd008d3701c735e
manifest
manifest.uuid
src/expr.c
test/misc3.test