From a8faa974c466dafb12a8cfbd109bcf61e59b062b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 30 Jul 2004 00:53:23 +0000 Subject: [PATCH] md5sum and sha1sum overflow detection. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.47.2