]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Detect an attempt to drop a btree that is not within the bounds of the
authordrh <drh@noemail.net>
Fri, 8 Mar 2019 01:52:30 +0000 (01:52 +0000)
committerdrh <drh@noemail.net>
Fri, 8 Mar 2019 01:52:30 +0000 (01:52 +0000)
commit9a518843f5945fb2e985ef568631694c743f0feb
tree5349a3ee476ed469218ad989581dd7bc352b7a81
parent39c5c4ae06b0c0397aa0013c1176192d7dd38d41
Detect an attempt to drop a btree that is not within the bounds of the
database file and abort early with an SQLITE_CORRUPT error, to avoid
problems later on in the process.

FossilOrigin-Name: 235a9698f5e9b3c21dc51c9c5042becfb82fc1762a7519a46b9f9fdafe9b0f13
manifest
manifest.uuid
src/btree.c