From: Jim Meyering Date: Sat, 20 May 2000 15:45:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0s~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7de6407b72f08e401064645f2042b0e8b2554050;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3fb6fea..d7522d0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -10,9 +10,9 @@ 2000-05-19 Jim Meyering Save device number as well as inode number for each directory, - and use it in comparisons. This makes the directory cycle test - more robust, and closes the small remaining hole whereby an - attacker could subvert a running `rm -r' command. + and use both in comparisons. This makes the directory cycle + test more robust, and closes the small remaining hole whereby + an attacker could subvert a running `rm -r' command. * src/remove.c (struct active_dir_ent) [st_dev]: New member. [st_ino]: Rename from `inum'.