]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change a memcpy() into a memmove() to prevent a warning about overlapping
authordrh <>
Thu, 22 Apr 2021 20:01:02 +0000 (20:01 +0000)
committerdrh <>
Thu, 22 Apr 2021 20:01:02 +0000 (20:01 +0000)
commiteca3c67b1c3297ab8e02a182f2c65009910e957f
tree1fe5ba028141e77bc7278adba55f7119f1e203a1
parent214b50314a878a0b6856d83cfde99c4ea3a5fcd5
Change a memcpy() into a memmove() to prevent a warning about overlapping
regions passed to memcpy() in case of some obscure and unlikely database
corruption.

FossilOrigin-Name: bab132cbd18a529389a0315e60f30ccf1b565823116e0ec9b4f7684db1914c80
manifest
manifest.uuid
src/btree.c