]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the pcache1.c implementation so that the "header" occurs at the end
authordrh <drh@noemail.net>
Wed, 3 Jun 2009 21:04:35 +0000 (21:04 +0000)
committerdrh <drh@noemail.net>
Wed, 3 Jun 2009 21:04:35 +0000 (21:04 +0000)
commit69e931e7bbee10b8fc670f36b8a2f53197bd3299
treebd73535f85bc496070e9bdeaeaa76f3f8086a892
parent93c829c1100b74a07a1f7d7d0391b456bd1b5df0
Change the pcache1.c implementation so that the "header" occurs at the end
of page buffer, not at the beginning.  This insures that the 20 bytes
immediately following the page buffer are mapped if a read of the page
buffer overruns due to a malformed cell. (CVS 6711)

FossilOrigin-Name: c54de1f54080de7e134d7b562498abb5337a0a46
manifest
manifest.uuid
src/btree.c
src/pcache1.c