From: Jim Meyering Date: Wed, 5 Feb 2003 22:22:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.6~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33bb552cee03ee82a04561c18e84606e5807b385;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f87858e8e7..eda1ccf338 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,11 +1,13 @@ 2003-02-05 Jim Meyering + Fix a heap-corruption bug that affected Solaris systems. * ftw.c: Include . (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