From: Jim Meyering Date: Sun, 24 Nov 2002 16:58:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22a04e39690eaa288dd48fb9fa1114c2a930289;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 6ae337762e..8376e8627f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ [4.5.4] +* `du symlink-to-dir/' would improperly remove the trailing slash +* `du ""' would evoke a bounds violation. +* In the unlikely event that running `du /' resulted in `stat ("/", ...)' + failing, du would give a diagnostic about `' (empty string) rather than `/'. * printf: a hexadecimal escape sequence has at most two hex. digits, not three. * The following features have been added to the --block-size option and similar environment variables of df, du, and ls.