summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-20 11:50:46 +0000
committerJim Meyering <jim@meyering.net>2006-09-20 11:50:46 +0000
commit05ce3b298641e2ccc5f668e9e769644371090b80 (patch)
treee65c4b5f9b081e49f81b54857765ff257c4246a8 /ChangeLog
parent1671b056a54d1148205801b1faa37abb1bb5467a (diff)
downloadcoreutils-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75405e18c..7d62c4d51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.