]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Count the number of elements in a SrcList object using an "int" rather than
authordrh <drh@noemail.net>
Wed, 5 Mar 2014 15:52:43 +0000 (15:52 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Mar 2014 15:52:43 +0000 (15:52 +0000)
commit6d1626eb7ccd6dd78c13c2f67bdc624a93278a3b
treeffe90bb9bca64c3ee675b44bf02a6e4738420400
parent14965665602dfea528cd712b0ed5073de06a00d8
Count the number of elements in a SrcList object using an "int" rather than
a "u8", to avoid overflows and to work around an issue in the C compiler on
AIX.

FossilOrigin-Name: eee2a13f2caa48b7b8a693680edc2bbc9275292c
manifest
manifest.uuid
src/build.c
src/sqliteInt.h