diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-03 17:46:58 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-04 12:10:03 +0100 |
commit | df66588b0f6daf99573153cb384a676ced27f0b1 (patch) | |
tree | 1c48489d81c3497a425c38f8b4ae22a7d62fd77d /libfshelp/drop-transbox.c | |
parent | c7030a9c0ac36cccb07ef562908b62c2ef9d8bb4 (diff) |
trans: fix the creation of files in fakeroot
Previously, fakeroot failed to create files in certain circumstances,
e. g. assuming /tmp is a tmpfs and /tmp/some_file does not exist:
% cd /tmp && fakeroot-hurd /bin/sh -c ':>/tmp/some_file'
/bin/sh: 1: cannot create /tmp/some_file: Is a directory
Fix this by sanitizing the flags value not to contain O_WRITE if we're
not at the last path component.
* trans/fakeroot.c (netfs_S_dir_lookup): Strip O_WRITE from flags when
looking up all but the last path component.
Diffstat (limited to 'libfshelp/drop-transbox.c')
0 files changed, 0 insertions, 0 deletions