]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
"ls" now refuses to generate very long time stamps.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Mar 2005 23:14:31 +0000 (23:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Mar 2005 23:14:31 +0000 (23:14 +0000)
ChangeLog

index 9ee9306b7fe6ade6d755da6538402763efb10493..cbe42c11bb354cef67db73550fb1ce2ae1d581fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2005-03-11  Jim Meyering  <jim@meyering.net>
+2005-03-11  Paul Eggert  <eggert@cs.ucla.edu>
 
        * 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  <jim@meyering.net>
+
        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.