]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Detect integer overflow in the abs() function. The random() function
authordrh <drh@noemail.net>
Thu, 23 Feb 2006 21:43:55 +0000 (21:43 +0000)
committerdrh <drh@noemail.net>
Thu, 23 Feb 2006 21:43:55 +0000 (21:43 +0000)
commit52fc849a3c623da3ff5f3a1499bb9fadd9b14f95
tree464c6a0ae58304e182eb7655efe701ca3bcc9b1b
parentfcce93f62cafbec01f150d5b4ef7717121dd49f1
Detect integer overflow in the abs() function.  The random() function
now provides 64 bits of randomness instead of just 32.  Fix bugs in
testing logic of test4.c. (CVS 3108)

FossilOrigin-Name: 942c509595a2a300e798e6b048ad7fc3bc54af43
manifest
manifest.uuid
src/func.c
src/test4.c
test/func.test