]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure there is no ephemeral data on the stack before returning from
authordrh <drh@noemail.net>
Sat, 7 Jan 2006 18:10:32 +0000 (18:10 +0000)
committerdrh <drh@noemail.net>
Sat, 7 Jan 2006 18:10:32 +0000 (18:10 +0000)
commit403110c84a4ace13e0411e0e7480a25e42e396c7
tree4b18765f1439dacebde5ef330f31819e355dc20e
parent3f4590226fd8efca835ed68de8bbf5f8c9a4a8f0
Make sure there is no ephemeral data on the stack before returning from
an sqlite3_step() call.  Otherwise, if the statement is in READ UNCOMMITTED
mode then the data might be deleted or changed out from under us. (CVS 2884)

FossilOrigin-Name: 19f71a6d1982e986f5436bff71ef38b1bcc2e11d
manifest
manifest.uuid
src/vdbe.c