]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the unix VFS, always set every open file to close-on-exec using either
authordrh <drh@noemail.net>
Sat, 14 Apr 2012 13:25:11 +0000 (13:25 +0000)
committerdrh <drh@noemail.net>
Sat, 14 Apr 2012 13:25:11 +0000 (13:25 +0000)
commit5adc60bab065f318044ada7d4249f25a53e9cb9e
treef38ca24102c4ec192f4bc4084095a58cb39b2262
parent2b32b9941da808792652ed8e52657e561d5caca5
In the unix VFS, always set every open file to close-on-exec using either
O_CLOEXEC at open (preferred) or FD_CLOEXEC in an ioctl after opening.  Before
this changes, many files were done this way, but not all.

FossilOrigin-Name: 9efbeb11ae0d480a13ff1353820c12f3a8bff452
manifest
manifest.uuid
src/os_unix.c