]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid a potential buffer overrun if an SQL statement being parsed ends
authordrh <drh@noemail.net>
Thu, 18 Feb 2016 14:49:28 +0000 (14:49 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Feb 2016 14:49:28 +0000 (14:49 +0000)
commitb2bddbbc2d00e7a9beec472d0b6ef8a8c3c7b3c0
tree7a2544e1c028150fb10841df672140c0096cfcd7
parent4c9d22819fd1a287a8bb1ab5ea70deae8c25a7e5
Avoid a potential buffer overrun if an SQL statement being parsed ends
with an illegal "!" token.  (This problem was detected by fuzzcheck
running under valgrind. The problem was introduced by check-in [9570b6b43df3].)

FossilOrigin-Name: 2a8d97e7c8976df0312e1294e8c1da8b15686654
manifest
manifest.uuid
src/tokenize.c
test/fuzzcheck.c
test/main.test
test/misc1.test