]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes to avoid undefined behavior in memset() and memcpy() and in the
authordrh <drh@noemail.net>
Tue, 8 Dec 2015 16:58:45 +0000 (16:58 +0000)
committerdrh <drh@noemail.net>
Tue, 8 Dec 2015 16:58:45 +0000 (16:58 +0000)
commit72ea29d7ae7395c66869f6848d3af94c20843a72
tree7e054e547bd6fdf673698c856745876368f5309a
parentea06a271a4cfd530325c35a5a9ba00e185059bd2
Changes to avoid undefined behavior in memset() and memcpy() and in the
comparisons of pointers from different allocations.  All problems are found
by analysis tools - none have been seen in the wild.

FossilOrigin-Name: 901d0b8f3b72e96ffa8e9436993a12980f5ebd51
manifest
manifest.uuid
src/btree.c
src/expr.c
src/vdbeaux.c