]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The uninitialized file descriptor from the unixFile structure is passed to sqlite3Det...
authoraswift <aswift@noemail.net>
Sat, 11 Nov 2006 01:31:58 +0000 (01:31 +0000)
committeraswift <aswift@noemail.net>
Sat, 11 Nov 2006 01:31:58 +0000 (01:31 +0000)
commit448aa6f71a71c2103390dd1c83ade3be83acc2a4
tree1553f30a97b5bb5e62e5b94b059c6ac129d88fcd
parent1fe336f69cf9eed41a2e7c499dc7772464b26b58
The uninitialized file descriptor from the unixFile structure is passed to sqlite3DetectLockingStyle in allocateUnixFile rather than the file descriptor passed in.  This was causing the locking detection on NFS file systems to behave somewhat randomly and the result was locks were not respected and data loss could occur. (CVS 3508)

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