]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an off-by-one error in tests for cells overflowing the end pages. The
authordrh <>
Thu, 13 Jul 2023 14:49:39 +0000 (14:49 +0000)
committerdrh <>
Thu, 13 Jul 2023 14:49:39 +0000 (14:49 +0000)
commitbc6d949aa3640f0e7f0ff750486f500e02aded76
treec05f8b98db62d904c2640eb38009eab26991c9ef
parent81602595a0eb65272e83f98a2a4e581bed757996
Fix an off-by-one error in tests for cells overflowing the end pages.  The
error is completely harmless for the default page cache, but might cause
problems for application-defined page caches that pack pages tightly
together.

FossilOrigin-Name: ce6793e954f291b6f5c29175baf730ce217328de1f0601b8935daac62af5f448
manifest
manifest.uuid
src/btree.c
src/sqliteInt.h