]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use memmove() instead of memcpy() when moving between memory regions that
authordrh <drh@noemail.net>
Thu, 3 May 2007 13:02:26 +0000 (13:02 +0000)
committerdrh <drh@noemail.net>
Thu, 3 May 2007 13:02:26 +0000 (13:02 +0000)
commitf68d7d17a18496d8cf33a4997b4a5cc4d05681c7
tree6cfb46cafdf104622759ba42f0f917a3086e21d8
parentcdf1c4d21fb03290e204720c91b303d333cb0286
Use memmove() instead of memcpy() when moving between memory regions that
might overlap.  Ticket #2334. (CVS 3905)

FossilOrigin-Name: 678d672b73cc7b7f563c15daee3831cb5bbd890e
manifest
manifest.uuid
src/select.c