]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Omit the use of memmove() in sqlite3FpDecode() in an attempt to avoid
authordrh <>
Fri, 7 Jul 2023 18:49:08 +0000 (18:49 +0000)
committerdrh <>
Fri, 7 Jul 2023 18:49:08 +0000 (18:49 +0000)
commit50ba4e3efdcdd8f8e21266cd4f3b19a9d301713d
tree3909c3442326a0f494f70807724d9a25c45cce78
parentafef7fc136f800fd96c94db4ee6ed91cdc7d11ea
Omit the use of memmove() in sqlite3FpDecode() in an attempt to avoid
spurious warnings from valgrind.  Also makes the code slightly smaller and
faster.

FossilOrigin-Name: b409943af00e35ad05906d0a80ffa1225a66f3d807c131e00cfbf6671a03a981
manifest
manifest.uuid
src/sqliteInt.h
src/util.c