]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If the page size is wrong on the page1 content inside a WAL file, then
authordrh <>
Wed, 3 May 2023 06:48:08 +0000 (06:48 +0000)
committerdrh <>
Wed, 3 May 2023 06:48:08 +0000 (06:48 +0000)
commitce2aa8bebe7398d96358715b5004fef3fd2b66f3
treed03d2b6f2855a9777c91635f32c210e08b21addb
parent681307dc80fbea863772ad602f70c4db640d7435
If the page size is wrong on the page1 content inside a WAL file, then
running VACUUM could trigger an assert().  This check-in changes that assert()
into a branch that returns SQLITE_CORRUPT.
[forum:/info/4ef9b37d74d2d2e8|Forum post 4ef9b37d74d2d2e8]

FossilOrigin-Name: 0512f82a2cde7447cb348d9fd620f39f2f0e359141903cde20f7ba30b5d34af3
manifest
manifest.uuid
src/wal.c