]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a critical bug in sqlite3_prepare_v2 that can lead to segfaults when
authordrh <drh@noemail.net>
Mon, 8 Jan 2007 21:07:17 +0000 (21:07 +0000)
committerdrh <drh@noemail.net>
Mon, 8 Jan 2007 21:07:17 +0000 (21:07 +0000)
commitc515525765e1d041fdf54c79471df2b8be604dd7
tree61345c8d71295bbdc354329e133ef38afeaa8154
parent622fa9a80efdd6804e93bae3ee671dd1f88e704c
Fix a critical bug in sqlite3_prepare_v2 that can lead to segfaults when
the schema changes and the statement is recompiled automatically.
Ticket #2154. (CVS 3576)

FossilOrigin-Name: 3401388dba6c150f788397a4dfbcdb01313247e2
manifest
manifest.uuid
src/prepare.c
src/vdbe.h
src/vdbeaux.c
test/capi3c.test