From: Paul Eggert Date: Fri, 11 Mar 2005 23:14:31 +0000 (+0000) Subject: "ls" now refuses to generate very long time stamps. X-Git-Tag: CPPI-1_12~1314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc887eac7306b9ac9033e510c649e03b8063f33c;p=thirdparty%2Fcoreutils.git "ls" now refuses to generate very long time stamps. --- diff --git a/ChangeLog b/ChangeLog index 9ee9306b7f..cbe42c11bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2005-03-11 Jim Meyering +2005-03-11 Paul Eggert * Version 5.3.1. + * src/ls.c (TIME_STAMP_LEN_MAXIMUM): New constant. + (long_time_expected_width, print_long_format): Use it, to avoid + some possible denial-of-service attacks. + * NEWS: Document this. + +2005-03-11 Jim Meyering + Prompt once again for `mv -i A B' when A and B are hard links to the same file. This fixes a bug introduced by my 2003-04-04 (coreutils-5.0.1) change.