summaryrefslogtreecommitdiff
path: root/THANKS.in
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2013-06-01 19:20:06 -0700
committerJim Meyering <meyering@fb.com>2013-06-02 09:25:38 -0700
commit51a8f707131c36d7a88753e3bee839b2a4a336e4 (patch)
treef8aab34122568f6d1ca476d9d469e4d01125c77e /THANKS.in
parentaeaeb87c134ce748527ba99e749b7369fcba2438 (diff)
downloadcoreutils-51a8f707131c36d7a88753e3bee839b2a4a336e4.tar.gz
od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_t
* src/od.c (PRINT_FIELDS): Declare "i" to be of type uintmax_t, so that the numerator in the expression for "next_pad" does not overflow. (print_named_ascii): Likewise. (print_ascii): Likewise. Bug introduced via commit v6.12-42-g20c0b87. * tests/misc/od.pl: Exercise each of the three affected code paths. * NEWS (Bug fixes): Mention it. Reported by Rich Burridge.
Diffstat (limited to 'THANKS.in')
-rw-r--r--THANKS.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS.in b/THANKS.in
index 67b60b9fd..f399d7714 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -521,6 +521,7 @@ Ralph Loader loader@maths.ox.ac.uk
Rasmus Borup Hansen rbh@intomics.com
Raul Miller moth@magenta.com
Raúl Núñez de Arenas Coronado raul@pleyades.net
+Rich Burridge rich.burridge@oracle.com
Richard A Downing richard.downing@bcs.org.uk
Richard Braakman dark@xs4all.nl
Richard Dawe rich@phekda.freeserve.co.uk