]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not use umask() since it change the umask for the entire process, not just
authordrh <drh@noemail.net>
Fri, 4 Jan 2013 20:45:13 +0000 (20:45 +0000)
committerdrh <drh@noemail.net>
Fri, 4 Jan 2013 20:45:13 +0000 (20:45 +0000)
commite1186ab260ea30d1b6352ce3af0654676a6612ff
tree71e87b19676230d2746ed33ce62ca2a134bde40d
parente454f3d6f80d039532506550499c358d0b4f561a
Do not use umask() since it change the umask for the entire process, not just
the thread using SQLite.  Make whatever permission changes are needed using
fchmod() after the file is created, instead.

FossilOrigin-Name: 6c4c2b7dbadedac384d380efd54f12f6ccbf4ca9
manifest
manifest.uuid
src/os_unix.c
test/pager1.test
test/tkt3457.test