]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance fuzzershell.c to read and execute SQL commands in the autoexec table
authordrh <drh@noemail.net>
Sat, 17 Dec 2016 20:27:22 +0000 (20:27 +0000)
committerdrh <drh@noemail.net>
Sat, 17 Dec 2016 20:27:22 +0000 (20:27 +0000)
commit6918e2f9b22d475fa31d1f29cad418a438f05f42
treea864edbd678955059d8ab07ad7ba70832a74e9c4
parent11da002c0209be4cd0e07cefdef0e869e174f2e0
Enhance fuzzershell.c to read and execute SQL commands in the autoexec table
of the database under test.  Add the dbfuzz.c test program combining selected
features of fuzzershell.c and fuzzcheck.c.

FossilOrigin-Name: ef6e071a62cd79a0edbbef9f41ca9482540e5cb8
Makefile.in
main.mk
manifest
manifest.uuid
test/dbfuzz.c [new file with mode: 0644]
tool/fuzzershell.c