aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordan <dan@noemail.net>2018-01-09 15:57:55 +0000
committerdan <dan@noemail.net>2018-01-09 15:57:55 +0000
commite2d22ffaa34b145013311f9f4061037dc239c1b3 (patch)
tree9a9cd9d6f8215ff64d4ec805f5060333d8892403 /src
parent4297584d66f40b71e71cc1779b08799965124e9f (diff)
downloadsqlite-e2d22ffaa34b145013311f9f4061037dc239c1b3.tar.gz
sqlite-e2d22ffaa34b145013311f9f4061037dc239c1b3.zip
Fix another -fsanitize issue in new shell code.
FossilOrigin-Name: 6ee7b54c580de0240e0f49a5fd2d11ddcdbcce8a2ae4b249618d0ab2d54b5e5b
Diffstat (limited to 'src')
-rw-r--r--src/shell.c.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell.c.in b/src/shell.c.in
index e212510e9..d214850aa 100644
--- a/src/shell.c.in
+++ b/src/shell.c.in
@@ -2473,6 +2473,8 @@ static int expertFinish(
return rc;
}
+static sqlite3_int64 integerValue(const char *zArg);
+
/*
** Implementation of ".expert" dot command.
*/