From: Jim Meyering Date: Sat, 2 Mar 2002 08:38:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_6~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=558fd5976925c1446a780266c3b532dfd1f73e56;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 36f1ab987e..bfab307eb8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,12 @@ -2002-02-27 Jim Meyering +2002-03-02 Jim Meyering * 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 * src/ls.c (decode_switches, usage): Add --time-style=+FORMAT.