diff options
-rw-r--r-- | old/fileutils/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 06360dcb7..f8e528226 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,19 @@ -2001-10-14 Jim Meyering <meyering@lucent.com> +2001-10-18 Jim Meyering <meyering@lucent.com> * Version 4.1.1. + Plug a leak. + * src/cp-hash.c (remember_copied): Use src_to_dest_free to free + the entry we couldn't insert. + + Don't use free'd memory. + * src/copy.c (dest_info_free): New function. + (dest_info_init): Make the hash table code use it. + (record_dest): Store each DEST in malloc'd memory. Hence the above. + Use dest_info_free to free the `ent' we couldn't insert. + +2001-10-14 Jim Meyering <meyering@lucent.com> + Now, -P is the same as --no-dereference, per POSIX. Use --parents to get the old meaning. |