From: Jim Meyering Date: Wed, 5 Mar 2003 07:15:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.9~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d53130e3579f1bb6f45dc57e385c00fcaa16d22;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 149cbeb22b..bf15dc3c72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ * Version 4.5.9. + * src/du.c (process_file): Sizes must all be of type uintmax_t. + Otherwise, for files or totals that are too big, numbers would + be truncated. Patch mostly by Michael Stone. + Reported by Ingo Saitz as Debian bug #183210. + + * tests/du/8gb: New test for the above-fixed bug. + * tests/du/Makefile.am (TESTS): Add 8gb. + * src/du.c (MAX_N_DESCRIPTORS): Use 3 * UTILS_OPEN_MAX / 4 rather than UTILS_OPEN_MAX - 10.