From cc887eac7306b9ac9033e510c649e03b8063f33c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 11 Mar 2005 23:14:31 +0000 Subject: [PATCH] "ls" now refuses to generate very long time stamps. --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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. -- 2.47.3