]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the ossfuzz.c test module so that it does not segfault after a
authordrh <drh@noemail.net>
Mon, 14 Nov 2016 17:25:57 +0000 (17:25 +0000)
committerdrh <drh@noemail.net>
Mon, 14 Nov 2016 17:25:57 +0000 (17:25 +0000)
commit55377b47174f456fc6bb93e1096435a0071d4ea1
treed80399b0c9c81f3e657469c91e3b9f3c1563817f
parent2adb878b1fb7d02c4c247889dbd98c8bfbb96c49
Fix the ossfuzz.c test module so that it does not segfault after a
"PRAGMA empty_result_callbacks=1;".  Add the ossshell.c program for
simple command-line testing of ossfuzz.c.

FossilOrigin-Name: 6f2d43eca68175ed28abae3afa792095af906af2
main.mk
manifest
manifest.uuid
test/ossfuzz.c
test/ossshell.c [new file with mode: 0644]
tool/fuzzershell.c