]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 16 Nov 2003 12:26:02 +0000 (12:26 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Nov 2003 12:26:02 +0000 (12:26 +0000)
ChangeLog

index 3bf42a05140d55a8f977155bd299c78b2d66e830..56efbc4b5d24f18639e231f3a1307b7a73ab5219 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,27 @@
-2003-11-09  Jim Meyering  <jim@meyering.net>
+2003-11-16  Jim Meyering  <jim@meyering.net>
 
        * Version 5.1.0.
 
+       Fix read-from-free'd-buffer error detected by valgrind.
+       * src/csplit.c (remove_line): Don't return a pointer to data in
+       a freed buffer.  Instead, arrange to free the buffer on the
+       subsequent call.
+
+       * tests/misc/csplit: New test for above fix.
+
+2003-11-11  Jim Meyering  <jim@meyering.net>
+
+       * src/ls.c (extract_dirs_from_files): Avoid useless copy operations.
+       This avoids a warning from valgrind about memcpy with overlapping
+       source and destination.
+
+       * configure.ac: Require automake-1.7.8.
+
+2003-11-09  Jim Meyering  <jim@meyering.net>
+
+       FIXME: update coreutils.texi:
+       chmod's new options: --preserve-root and --no-preserve-root.
+
        * Use automake-1.7.9.  Regenerate dependent files.
 
        * src/rm.c: Support new options: --preserve-root and --no-preserve-root.
 
 2003-10-14  Jim Meyering  <jim@meyering.net>
 
-       FIXME: update coreutils.texi:
-       chmod's new options: --preserve-root and --no-preserve-root.
-       chown and chgrp have new options: -H -L -P
-
        * src/ls.c (decode_switches) [TIOCGWINSZ]: Comment out the
        warning-inducing test, ws.ws_col <= SIZE_MAX, since it was always
        true on Linux.