]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
md5sum and sha1sum overflow detection.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 00:53:23 +0000 (00:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 00:53:23 +0000 (00:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f46048dee409d7e2c2e0599c8d8babf2ce7c5938..3b4e4729f95cac979b6535db7fd300f58d95ba96 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,10 @@ GNU coreutils NEWS                                    -*- outline -*-
     recursively-encountered symbolic link cannot be updated because
     the file system does not support it.
 
+  md5sum and sha1sum now report an error when given so many input
+  lines that their line counter overflows, instead of silently
+  reporting incorrect results.
+
   rm no longer requires read access to the current directory.
 
   tail -f no longer mishandles pipes and fifos.  With no operands,