diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-20 15:45:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-20 15:45:10 +0000 |
commit | 7de6407b72f08e401064645f2042b0e8b2554050 (patch) | |
tree | 66ef58dc50ae892042901dfc4551472ff293e165 | |
parent | 579105347dfa56cbe2b81608d58c8b89562e3855 (diff) | |
download | coreutils-7de6407b72f08e401064645f2042b0e8b2554050.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3fb6fea7d..d7522d0f5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -10,9 +10,9 @@ 2000-05-19 Jim Meyering <meyering@lucent.com> 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'. |