]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 18 Oct 2001 07:45:00 +0000 (07:45 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Oct 2001 07:45:00 +0000 (07:45 +0000)
old/fileutils/ChangeLog

index 06360dcb74740aa52ccf1ba0277c8c5ac0ae5de8..f8e528226fba6bc93baa050f5e2b0ad46c5588d8 100644 (file)
@@ -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.