mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-05-31 06:46:37 +02:00
*** empty log message ***
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
2006-01-11 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* fts.c (fts_stat): When following a symlink-to-directory,
|
||||
don't interpret all stat-fails+lstat-succeeds as indicating a
|
||||
dangling symlink. That can also happen at least for ELOOP.
|
||||
don't necessarily interpret stat-fails+lstat-succeeds as indicating
|
||||
a dangling symlink. That can also happen at least for ELOOP.
|
||||
The fix: return FTS_SLNONE only when the stat errno is ENOENT.
|
||||
FYI, this bug predates the inclusion of fts.c in coreutils.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user