summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-05 07:15:34 +0000
committerJim Meyering <jim@meyering.net>2003-03-05 07:15:34 +0000
commit6d53130e3579f1bb6f45dc57e385c00fcaa16d22 (patch)
tree041b2996e0abf4961f902e92821b72f5f9c17915 /ChangeLog
parentf921b7474dc632814fdfdded2b3398b5d011b935 (diff)
downloadcoreutils-6d53130e3579f1bb6f45dc57e385c00fcaa16d22.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 149cbeb22..bf15dc3c7 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.