]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add some extra tests for malloc failure during expression parsing and execution using...
authordanielk1977 <danielk1977@noemail.net>
Wed, 30 May 2007 10:36:47 +0000 (10:36 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 30 May 2007 10:36:47 +0000 (10:36 +0000)
commitc9cf901d8c0f41fe45340adef6629c877892973a
tree43cc4553d05f7ca76d2aa9cc0f571b3aea1dcef9
parent5453b8da9e6e63c9278a71cb99e03b20d9f1f69e
Add some extra tests for malloc failure during expression parsing and execution using fuzzily generated SQL. (CVS 4043)

FossilOrigin-Name: 7522d2fb3204d107b8b4816d7f39c88741f20230
13 files changed:
manifest
manifest.uuid
src/expr.c
src/parse.y
src/vdbeapi.c
test/fuzz.test
test/fuzz_common.tcl [new file with mode: 0644]
test/fuzz_malloc.test [new file with mode: 0644]
test/malloc.test
test/mallocB.test [new file with mode: 0644]
test/malloc_common.tcl [new file with mode: 0644]
test/quick.test
test/soak.test