]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Correct handling user_umask in create_filesystem_object function.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 30 Oct 2012 23:47:36 +0000 (08:47 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 30 Oct 2012 23:47:36 +0000 (08:47 +0900)
commit6027a837f2271ad28b1e47c798687368b870842e
tree2760948c921844dd6bf3757f6470be0c3633e476
parentfe61ff64026a6dbadfb98e5ab993e3d968cca0b5
Correct handling user_umask in create_filesystem_object function.
It usually made a new file with a zero file mode though that
was changed later.
The file its mode was a zero prevented doing fsetxattr system call
in success with the exception of running by super user on Mac.
libarchive/archive_write_disk_posix.c
libarchive/archive_write_disk_windows.c