diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-04 10:08:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-04 10:08:54 +0000 |
commit | 33dd08b37b3012e5713734dc7e75a7642b5307ee (patch) | |
tree | 898d6cf98da84be43d2e9741f7e335033c8948bb /ChangeLog | |
parent | 933576b4401b9e33ac792aa441ee2a128eb04850 (diff) | |
download | coreutils-33dd08b37b3012e5713734dc7e75a7642b5307ee.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |