]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a race condition in os_unix.c that might allow a client to use a *-shm
authordan <dan@noemail.net>
Wed, 1 Nov 2017 06:59:19 +0000 (06:59 +0000)
committerdan <dan@noemail.net>
Wed, 1 Nov 2017 06:59:19 +0000 (06:59 +0000)
commit176b2a916bfa2d6577638713d4e3e3264132f122
treeacd3b4773e179f390a0eaab2192160d30b22634d
parentab04eff809c0ee16a913e469ce51acdfcaf20c5d
Fix a race condition in os_unix.c that might allow a client to use a *-shm
file corrupted by a power failure if another client fails between locking the
*-shm file and truncating it to zero bytes.

FossilOrigin-Name: d655bfabd110999b6808073c334869c5b6a8334df56811df883e47e56d3f1cbb
manifest
manifest.uuid
src/os_unix.c