diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-11 23:13:19 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-11 23:13:19 +0000 |
commit | 8e80be2356746c9720f0ea35f4b3b52846c979b6 (patch) | |
tree | 284a8552d2aa7bd737b3133a8923ab5e8fe7a911 /doc | |
parent | e8024715d70b0db3c5febc57cc81acc5df809ec3 (diff) | |
download | coreutils-8e80be2356746c9720f0ea35f4b3b52846c979b6.tar.xz |
(Formatting file timestamps): Very long timestamps
may be treated as errors.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 57bc4c7dc..6d196013e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6073,6 +6073,9 @@ later can parse @acronym{ISO} dates, but older Emacs versions do not, so if you are using an older version of Emacs and specify a non-@acronym{POSIX} locale, you may need to set @samp{TIME_STYLE="locale"}. +To avoid certain denial-of-service attacks, timestamps that would be +longer than 1000 bytes may be treated as errors. + @node Formatting the file names @subsection Formatting the file names |