diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-05 22:22:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-05 22:22:11 +0000 |
commit | 33bb552cee03ee82a04561c18e84606e5807b385 (patch) | |
tree | 8fdbb106115092674f2d4affca43c15eb118b802 /lib | |
parent | 89bcff9cf4b418c25481dfd91474fd4e88370909 (diff) | |
download | coreutils-33bb552cee03ee82a04561c18e84606e5807b385.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f87858e8e..eda1ccf33 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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 |