diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-13 13:16:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-13 13:16:15 +0000 |
commit | 419e2147999bba7b96a8375aab44e3ecf84fec7e (patch) | |
tree | 69ccea038455c5543ab8bcaae405cad7d98d3cab | |
parent | 4949f06ed42c2d376373f56e531d669ce4f2ab69 (diff) | |
download | coreutils-419e2147999bba7b96a8375aab44e3ecf84fec7e.tar.xz |
.
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ * printf no longer segfaults for a negative field width or precision * shred now always enables --exact for non-regular files * du no longer lists hard-linked files more than once -* du no longer dumps core due to `infinite' recursion via nftw's - use of the buggy replacement function in getcwd.c +* du no longer dumps core on some systems due to `infinite' recursion + via nftw's use of the buggy replacement function in getcwd.c * portability patches for a few vendor compilers and 64-bit systems * du -S *really* now works like it did before the change in 4.5.5 |