diff options
author | Kai Tietz <ktietz@gcc.gnu.org> | 2013-01-31 09:17:37 +0100 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2013-01-31 09:17:37 +0100 |
commit | 4cfc6e54ba9dd2f53da6e679224706e2fbb0e66e (patch) | |
tree | b907156921c669fd237f9cc4912d5325b4da95c1 /libiberty | |
parent | b1a2e8c606606a13693bd52833a507edecf0dd24 (diff) | |
download | gcc-4cfc6e54ba9dd2f53da6e679224706e2fbb0e66e.tar.gz |
re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)
PR other/54620
* sha1.c (sha1_process_block): Handle case that size_t is
a wider-integer-scalar as a 32-bit unsigned integer.
From-SVN: r195603
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 2a91c419dde..2698740e16a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,9 @@ 2013-01-31 Kai Tietz <ktietz@redhat.com> + PR other/54620 + * sha1.c (sha1_process_block): Handle case that size_t is + a wider-integer-scalar as a 32-bit unsigned integer. + PR other/543413 * md5.c (md5_process_block): Handle case that size_t is a wider-integer-scalar a 32-bit unsigned integer. |