summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-02 08:38:57 +0000
committerJim Meyering <jim@meyering.net>2002-03-02 08:38:57 +0000
commit558fd5976925c1446a780266c3b532dfd1f73e56 (patch)
tree8270f028a8822b90ee472ef12e67f599781bf837 /old
parentdea4262fa6c807468ebc92128bb1005394813ac5 (diff)
downloadcoreutils-558fd5976925c1446a780266c3b532dfd1f73e56.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 36f1ab987..bfab307eb 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,12 @@
-2002-02-27 Jim Meyering <meyering@lucent.com>
+2002-03-02 Jim Meyering <meyering@lucent.com>
* Version 4.1.6.
+ * src/copy.c (copy_reg): Detect abuse of a race condition
+ whereby an unprivileged user could gain read access to otherwise-
+ inaccessible files when root uses cp or mv to copy a hierarchy
+ belonging to that user.
+
2002-02-27 Paul Eggert <eggert@twinsun.com>
* src/ls.c (decode_switches, usage): Add --time-style=+FORMAT.