]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid exceeding array bounds when reading a corrupt database file in
authordrh <drh@noemail.net>
Tue, 17 May 2011 15:21:56 +0000 (15:21 +0000)
committerdrh <drh@noemail.net>
Tue, 17 May 2011 15:21:56 +0000 (15:21 +0000)
commitfc24373999eacec97d42a9148affd6a3b52c33c0
treea13edbe4312af014330e18d233a038692032de87
parent807d0fcabaf60274201cbc306b70bf93ba4f78b1
Avoid exceeding array bounds when reading a corrupt database file in
autovacuum mode.  Fixes a problem discovered by John Regehr and Peng Li
using a customized clang compiler.

FossilOrigin-Name: f7c525f5fc31e909721df2b1e66fc62dfb105718
manifest
manifest.uuid
src/btree.c