]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a OOM segfault in the BETWEEN operator parsing - discovered while
authordrh <drh@noemail.net>
Sat, 11 Oct 2008 17:06:04 +0000 (17:06 +0000)
committerdrh <drh@noemail.net>
Sat, 11 Oct 2008 17:06:04 +0000 (17:06 +0000)
commit8867e38aab61b567d6ce671b2d2e04b5f03c27d2
treeb06bb1c4d1427e6434b60e6a39fd299dbdd8a51d
parent435f29d6eb1c19a0c4d891bf10d2962de29389cf
Fix a OOM segfault in the BETWEEN operator parsing - discovered while
using SQLITE_OMIT_LOOKASIDE. Add SQLITE_OMIT_LOOKASIDE to test_config.c and
bypass lookaside.test when defined. (CVS 5803)

FossilOrigin-Name: 2a21d52c651ba113c472b6686dcf8ba009924305
manifest
manifest.uuid
src/parse.y
src/test_config.c
test/lookaside.test