]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improvements to the robust_open() logic in the unix VFS so that if an attempt
authordrh <drh@noemail.net>
Fri, 30 Aug 2013 06:20:23 +0000 (06:20 +0000)
committerdrh <drh@noemail.net>
Fri, 30 Aug 2013 06:20:23 +0000 (06:20 +0000)
commit5128d009c6259bc2c0d7ef9dd99da368c43c08e8
tree220f0d88a1d80c876ade5b220951869405d08235
parent00ea0e113340444e9a1dceb6c7246b2aea242511
Improvements to the robust_open() logic in the unix VFS so that if an attempt
is made to open a repository on file descriptors 0, 1, or 2, and blocking
that file descriptor by opening it on /dev/null fails, then the open will
fail.

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