]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 4 Nov 2005 10:08:54 +0000 (10:08 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 4 Nov 2005 10:08:54 +0000 (10:08 +0000)
ChangeLog

index 839222580492a452176a7a04acdc6f2b40e1ea51..c8c8e7e150a763a0eb9218d355f7e2a1c949e566 100644 (file)
--- 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:
+       <http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00033.html>
+
        * 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.