]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 5 Feb 2003 22:22:11 +0000 (22:22 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Feb 2003 22:22:11 +0000 (22:22 +0000)
lib/ChangeLog

index f87858e8e7565e758fa3a1f3b038df7c63cff1b4..eda1ccf338b204a5ade0eabb9fc8e0399af89a3d 100644 (file)
@@ -1,11 +1,13 @@
 2003-02-05  Jim Meyering  <jim@meyering.net>
 
+       Fix a heap-corruption bug that affected Solaris systems.
        * ftw.c: Include <limits.h>.
        (PATH_MAX): Define to 1024, if not already defined.
        (process_entry): Allocate enough space to hold the resulting
        file name.  Don't presume that 2*dirbufsize is enough.
        (ftw_startup): Always use PATH_MAX to compute buffer size, now that
        it is guaranteed to be defined.
+       Nelson Beebe reported that du would sometimes segfault on Solaris.
 
        * ftw.c (process_entry): When using FTW_DEPTH, call `func', the
        user-supplied callback, once for the current directory before calling