]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid an out-of-bounds read in sqlite3_prepare() and fix a case where the output...
authordanielk1977 <danielk1977@noemail.net>
Thu, 3 Apr 2008 14:36:25 +0000 (14:36 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 3 Apr 2008 14:36:25 +0000 (14:36 +0000)
commit3a2c8c8b7381b3751c6d0cb8ae539ba9cef44fa8
treecae060b4670c48320967cba7ffad4629827c9e90
parentce98bba24b3dad221030baa940c01c7bc1182c5b
Avoid an out-of-bounds read in sqlite3_prepare() and fix a case where the output variable *pzTail was being set incorrectly. Fix for #3027. (CVS 4957)

FossilOrigin-Name: c287a7b29410be12cf88f886e8e2525a42aa9c03
manifest
manifest.uuid
src/prepare.c
src/sqlite.h.in
src/test1.c
test/capi3.test
test/crash7.test [new file with mode: 0644]
test/vacuum3.test [new file with mode: 0644]