kientzle2007-03-03 07:49:08 UTC
FreeBSD src repository
Modified files:
usr.bin/tar tree.c
Log:
Make the file tests robust against broken symlinks and other
sources of stat()/lstat() failure.
Revision ChangesPath
1.7 +17 -3 src/usr.bin/tar/tree.c
_
kientzle2007-02-21 05:07:43 UTC
FreeBSD src repository
Modified files:
usr.bin/tar tree.c
Log:
If we already have stat() data, we might be able to
determine if this is a physical dir without an lstat().
While I'm in here, try to clarify the comments around
the _is_
peadar 2006-02-22 11:13:08 UTC
FreeBSD src repository
Modified files:
usr.bin/tar tree.c
Log:
If opendir(".") fails after descending into a subdirectory via
chdir(), be sure to undo the effects of the chdir before continuing.
Without this, after hitting a directo