]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure that the REGISTER token generates a valid Expr. REGISTER will
authordrh <drh@noemail.net>
Fri, 11 May 2007 00:20:08 +0000 (00:20 +0000)
committerdrh <drh@noemail.net>
Fri, 11 May 2007 00:20:08 +0000 (00:20 +0000)
commitdb83f8231f4c4d6c4cc3595e348b28ddee8027ba
treeccf46c40eec545f1227f96e1afa07435ecf45120
parente718efe113897927615df7aa14e3b2899350a38f
Make sure that the REGISTER token generates a valid Expr.  REGISTER will
cause the tokenizer to abort, but the parser might do several reduce
actions prior to that abort and those reduce actions sometimes need a
valid Expr. (CVS 3980)

FossilOrigin-Name: d146f01a02579339c5dc86bbe59f246bd6c05c63
manifest
manifest.uuid
src/expr.c
test/fuzz.test
test/fuzz2.test [new file with mode: 0644]