diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-20 11:50:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-20 11:50:46 +0000 |
commit | 05ce3b298641e2ccc5f668e9e769644371090b80 (patch) | |
tree | e65c4b5f9b081e49f81b54857765ff257c4246a8 /ChangeLog | |
parent | 1671b056a54d1148205801b1faa37abb1bb5467a (diff) | |
download | coreutils-05ce3b298641e2ccc5f668e9e769644371090b80.tar.xz |
Fix the 2006-09-18 bug differently.
* src/chmod.c: (process_file): Upon FTS_NS for a top-level file,
tell fts_read to stat the file again, in case it has become
accessible since the initial fts_open call.
* src/chown-core.c (change_file_owner): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-09-20 Jim Meyering <jim@meyering.net> + Fix the 2006-09-18 bug differently. + * src/chmod.c: (process_file): Upon FTS_NS for a top-level file, + tell fts_read to stat the file again, in case it has become + accessible since the initial fts_open call. + * src/chown-core.c (change_file_owner): Likewise. + * src/chmod.c: Revert last change. There is a better way. * src/chown-core.c: Likewise. |