1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a potential crash in sqlite3expert.c caused by a missing sqlite3_reset()

call.

FossilOrigin-Name: f6355970f04a3c4d85801c806366788139d8d5ad29383ec7faa81e2176ffe987
This commit is contained in:
dan
2018-01-09 18:31:11 +00:00
parent e2d22ffaa3
commit c48e0271f6
6 changed files with 24 additions and 14 deletions

View File

@ -15,6 +15,10 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
set testprefix shell8
ifcapable !vtab {
finish_test; return
}
set CLI [test_find_cli]
proc populate_dir {dirname spec} {