]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an assert() in sqlite3VarintLen(), even though it is impossible to hit
authordrh <drh@noemail.net>
Fri, 4 Mar 2016 21:18:09 +0000 (21:18 +0000)
committerdrh <drh@noemail.net>
Fri, 4 Mar 2016 21:18:09 +0000 (21:18 +0000)
commit6f17c09fcfa7c36c4e462243bedabce7ad255170
tree077fe2d07219726d854de851c5b1e5fbf378a8b0
parent3298a641a2b1c883b34e9d85541db50d6e2d1ff9
Fix an assert() in sqlite3VarintLen(), even though it is impossible to hit
in SQLite due to the way sqlite3VarintLen() is used.

FossilOrigin-Name: 251424c5869f43012fc1e1a545de362036b883db
manifest
manifest.uuid
src/util.c