Browse Source
Commit 7335eebea6
introduced a bug
that caused FileFd to create insecure permissions when FileFd::Atomic
is used. This commit fixes the permissions and adds a test.
The bug is most likely caused by the confusing "Perm" parameter
that is passed to Open() - its not the file permissions but intead
the "mode" part of open/creat.
debian/1.8.y

2 changed files with 37 additions and 2 deletions
Loading…
Reference in new issue