]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that the value returned by xSectorSize() is reasonable (currently defined...
authordan <dan@noemail.net>
Mon, 1 Oct 2012 06:50:55 +0000 (06:50 +0000)
committerdan <dan@noemail.net>
Mon, 1 Oct 2012 06:50:55 +0000 (06:50 +0000)
commitc9a532697400a62240e4ccfbf7f8f7cd404b576b
tree7cc8747d5de3d7f4ac7420684fabf17c978494d5
parent60441af4f258a4f4d6a2bf6965c145de01b75e22
Ensure that the value returned by xSectorSize() is reasonable (currently defined as between 2^5 and 2^16 bytes) before using it to calculate the amount of padding to add to a wal file.

FossilOrigin-Name: 6b4ff83bff07d427af585c9fd03be90abf2fc82f
manifest
manifest.uuid
src/pager.c
src/pager.h
src/wal.c