]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a race condition during hot-journal rollback that could theoretically cause spuri... pending-lock-race
authordan <Dan Kennedy>
Tue, 31 Jan 2023 20:21:06 +0000 (20:21 +0000)
committerdan <Dan Kennedy>
Tue, 31 Jan 2023 20:21:06 +0000 (20:21 +0000)
commitca3aabdf5397b7e47b24b85dc321dc0e8e4ec749
tree53abe45f0ae56fafadbc7c3c0f90bef2def8d108
parentf7af9ba13cb7ef413c5202d12678a475ed1234c9
Fix a race condition during hot-journal rollback that could theoretically cause spurious corruption errors.

FossilOrigin-Name: 20ea53ddf590a9dd19501fabd2bfdb9c10b5eb265cd2995bdb335769c936c763
manifest
manifest.uuid
src/os_unix.c
src/test_vfs.c
test/pendingrace.test [new file with mode: 0644]