]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Eliminate all uses of sprintf() and strcpy(). These were not being
authordrh <drh@noemail.net>
Fri, 4 May 2007 13:15:55 +0000 (13:15 +0000)
committerdrh <drh@noemail.net>
Fri, 4 May 2007 13:15:55 +0000 (13:15 +0000)
commit5bb3eb9b9ae6008a1e5ee6ffa9a75b1ef14d7f0f
tree95a6f87a3340c4292d0b03201c2512f567fc2cfd
parent92d4d7a92e1a1e465a0d5fd3e9a42e90ddcbda4b
Eliminate all uses of sprintf() and strcpy().  These were not being
misused.  But getting rid of them removes a library dependency.  And
it avoids warnings from the OpenBSD compiler.  Ticket #2336. (CVS 3916)

FossilOrigin-Name: ba4845b32bdf38e623c4f7246e6e327715bbba4b
23 files changed:
manifest
manifest.uuid
src/attach.c
src/btree.c
src/build.c
src/date.c
src/func.c
src/insert.c
src/legacy.c
src/os_unix.c
src/os_win.c
src/pager.c
src/select.c
src/shell.c
src/table.c
src/tclsqlite.c
src/util.c
src/vdbe.c
src/vdbeaux.c
src/vdbeblob.c
src/vtab.c
src/where.c
test/date.test