]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When doing the sqlite3BtreeInsert() overwrite optimization, make sure the
authordrh <drh@noemail.net>
Fri, 9 Dec 2016 19:42:18 +0000 (19:42 +0000)
committerdrh <drh@noemail.net>
Fri, 9 Dec 2016 19:42:18 +0000 (19:42 +0000)
commit2d08343a913619f05e379b7ce55f900ec80d9f77
tree4cc9d302b865e8b64995b8ac0f20b687ea9b395f
parentf9238254246895d748dc1eb17150744b05188906
When doing the sqlite3BtreeInsert() overwrite optimization, make sure the
memcpy() does not extend off the end of the page.

FossilOrigin-Name: 684ef4582ed19b2af22dda6fc085c70464f92f1b
manifest
manifest.uuid
src/btree.c