]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a bug in the new WHERE-clause processing that tries to use an
authordrh <drh@noemail.net>
Fri, 11 Feb 2011 06:59:02 +0000 (06:59 +0000)
committerdrh <drh@noemail.net>
Fri, 11 Feb 2011 06:59:02 +0000 (06:59 +0000)
commitda91e71308f8d4057dc9b40f7099623370183d12
tree029791fd37ac0545fd114c81e484dacfc625cf2a
parentac6de304e570cca2e4a8bfa093fd6ea410da48c7
Fix a bug in the new WHERE-clause processing that tries to use an
index to resolve IS NOT NULL constraints when SQLITE_ENABLE_STAT2 is
defined.  The bug could cause memory overruns and segfaults.  The bug
was new to the code and has not appeared in an official release.
Found during structural testing.

FossilOrigin-Name: a5c36b9f39ab9629b857ec9c550f3892c0d94fb4
manifest
manifest.uuid
src/where.c