]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a concurrent...
authordan <Dan Kennedy>
Fri, 29 Mar 2024 17:58:51 +0000 (17:58 +0000)
committerdan <Dan Kennedy>
Fri, 29 Mar 2024 17:58:51 +0000 (17:58 +0000)
commitad7341c0f240f34b13101b2080dea12948945dce
tree5a5feba67de77d5e96d6284536083c5cd480df5e
parentcd57479c6b537e0831731b11be278911335a880e
Fix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a concurrent transaction to be committed even if it read from an overflow page that was modified concurrently, in cases where the overflow page was written without also writing the b-tree page to which it is linked.

FossilOrigin-Name: 49263c9136c81638833aa71c9d590e318ead2ca60c4d7207ebf8884174df9c8f
manifest
manifest.uuid
src/btree.c
src/pager.c
src/pager.h
test/concurrent5.test