From: Jim Meyering Date: Fri, 4 Nov 2005 10:08:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1400 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33dd08b37b3012e5713734dc7e75a7642b5307ee;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8392225804..c8c8e7e150 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * Version 6.0-cvs. + * src/du.c (process_file): Don't overflow for files of size >= 2^31 + on systems with stat.st_blocks of a signed 32-bit type. + This bug causes trouble on some AIX 5.1 systems. + Report and trivial patch from Paul Townsend: + + * tests/du/2g: New (very-expensive) test for the above-fixed bug. * tests/du/Makefile.am (TESTS): Add it here. * tests/very-expensive: New file.