]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a bug in the OP_MemStore operator of the VDBE. A realloc() might
authordrh <drh@noemail.net>
Tue, 17 Sep 2002 03:20:46 +0000 (03:20 +0000)
committerdrh <drh@noemail.net>
Tue, 17 Sep 2002 03:20:46 +0000 (03:20 +0000)
commit3e56c04c4e179bb066f006b33c129d983fd9fa18
treefe01528b4c20ce7c23f5fd0994a062bd4860610b
parent995d71b71512fe2ec512b8c176283207bbe1ed2f
Fix a bug in the OP_MemStore operator of the VDBE.  A realloc() might
occur but pointer to the old buffer were not being moved over to
the new buffer. (CVS 752)

FossilOrigin-Name: 29145746f34438bd830c763872c5e82572150357
manifest
manifest.uuid
src/vdbe.c
test/misc1.test