]> 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 18:07:41 +0000 (18:07 +0000)
committerdan <Dan Kennedy>
Fri, 29 Mar 2024 18:07:41 +0000 (18:07 +0000)
commit4b2d8ce622d557c9280e9bcb7664997eea43cab8
tree4d425fa885c5984c4b8018e8a118f1ad9291b93f
parented0cb479253da6db8753c297225dcc438733f899
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: 11015b4ed161263ae14bcd0fe6a24074a545bb6d2a0b3f6f1f75ba3eaa91bfc0
manifest
manifest.uuid
src/btree.c
src/pager.c
src/pager.h
test/concurrent5.test