]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove instances of strcpy() from test code. Use memcpy() or
authordrh <drh@noemail.net>
Tue, 19 Feb 2008 18:29:07 +0000 (18:29 +0000)
committerdrh <drh@noemail.net>
Tue, 19 Feb 2008 18:29:07 +0000 (18:29 +0000)
commit7694574abdb2e6730f86b70e5337b9893189b5a8
tree23257b2eb58bc3a133ec57bb837ca30b589d3bbc
parent85e5f0d47756b120814a46ac2ffd51017d4c4b45
Remove instances of strcpy() from test code. Use memcpy() or
sqlite3_snprintf() instead. (CVS 4801)

FossilOrigin-Name: 7b50140dc0fb41a1b40c8709d96e214d98b06f81
manifest
manifest.uuid
src/func.c
src/test1.c