]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Store the MemPage structure in memory following, instead of preceding, the page data...
authordan <dan@noemail.net>
Thu, 10 Jun 2010 06:53:26 +0000 (06:53 +0000)
committerdan <dan@noemail.net>
Thu, 10 Jun 2010 06:53:26 +0000 (06:53 +0000)
commit026e598d0f2c94e0c8a4fb3eaf1aa343297aa74a
tree0443999992ec0108cc99d5d74df31b8b1b934e8a
parent0350c7fa2652a2bcbafe05cec9565f1741017af0
Store the MemPage structure in memory following, instead of preceding, the page data for cached pages. This reduces the likelihood of a corrupt database page image causing SQLite to read past the end of a buffer.

FossilOrigin-Name: 0ce42e76654d9ba52dac74c940d38b17866016ba
manifest
manifest.uuid
src/pcache.c
test/corruptC.test