]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Reword ls time-stamp limit issue.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2005 18:36:31 +0000 (18:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2005 18:36:31 +0000 (18:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 78cf4d13b771ffdc5e13b35f7705799dea64278b..74a926580dc86dd103f34e97ca0fcb1bfbf1afcd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ GNU coreutils NEWS                                    -*- outline -*-
   rather than silently wrapping around.
 
   ls now refuses to generate time stamps containing more than 1000 bytes, to
-  foil remote denial-of-service attacks (e.g., --time-style='+%1000000000Y').
+  foil potential denial-of-service attacks on hosts with very large stacks.
 
   test now detects integer overflow when evaluating large integers,
   rather than silently wrapping around.