]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the sqlite3Atoi64() routine so that it returns failure if not all of
authordrh <drh@noemail.net>
Thu, 28 Apr 2016 00:32:16 +0000 (00:32 +0000)
committerdrh <drh@noemail.net>
Thu, 28 Apr 2016 00:32:16 +0000 (00:32 +0000)
commit609d5846baf14c8886a690ead6fb3c0172f6ad4f
tree45e2746e4b24d88bebd436bad5cbcda27a0cd65d
parentad975d539e1357f62b4e6501c2252490dbb9f43b
Change the sqlite3Atoi64() routine so that it returns failure if not all of
the input characters are consumed, even if it consumed all characters up to
the first 0x00.  This has no impact on external APIs as far as I can tell.

FossilOrigin-Name: 46d4ffff3bd33d7e901e76cfac1cbde38d4f61d0
manifest
manifest.uuid
src/test1.c
src/util.c