From: Paul Eggert Date: Fri, 30 Jul 2004 00:53:23 +0000 (+0000) Subject: md5sum and sha1sum overflow detection. X-Git-Tag: v5.3.0~1021 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8faa974c466dafb12a8cfbd109bcf61e59b062b;p=thirdparty%2Fcoreutils.git md5sum and sha1sum overflow detection. --- diff --git a/NEWS b/NEWS index f46048dee4..3b4e4729f9 100644 --- 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,