From: Jim Meyering Date: Sat, 27 Oct 2001 16:43:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5b9c4dc338e3e8dcc4ef319b1c1bd61fa0d66a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d7bf3d2ae0..ce90a65178 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1363,7 +1363,8 @@ 2000-06-22 Bruno Haible * src/sum.c (sysv_sum_file): Avoid overflowing 32-bit accumulator - on files larger than 256 MB. + on files whose bytes sum to 2^32 or larger. The smallest such file + contains 16,843,010 bytes, nearly all of which have the value 0xff. 2000-06-22 Bruno Haible