From: Jim Meyering Date: Sat, 8 Feb 2003 18:11:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.7~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e0faa64c06b4d89952781bfe0d05824c53d50a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 261c6f4ccf..4777b345df 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ [4.5.7] +* du would fail with more than one DIR argument when any but the last did not + contain a slash (due to a bug in ftw.c) [4.5.6] * du no longer segfaults on Solaris systems (fixed heap-corrupting bug in ftw.c) * du --exclude=FILE works once again (this was broken by the rewrite for 4.5.5)