aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorKai Tietz <ktietz@redhat.com>2013-01-31 08:17:37 +0000
committerKai Tietz <ktietz@redhat.com>2013-01-31 08:17:37 +0000
commita0c511c3795f6e7a2eedc224226ddb4218c1dca7 (patch)
treeb907156921c669fd237f9cc4912d5325b4da95c1 /libiberty
parentf1e7299c04aec1191fb8433a07fe3fb9d567835a (diff)
PR other/54620
* sha1.c (sha1_process_block): Handle case that size_t is a wider-integer-scalar as a 32-bit unsigned integer. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@195603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
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.