mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
b1a2e8c606
commit
4cfc6e54ba
|
@ -1,5 +1,9 @@
|
||||||
2013-01-31 Kai Tietz <ktietz@redhat.com>
|
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
|
PR other/543413
|
||||||
* md5.c (md5_process_block): Handle case that size_t is
|
* md5.c (md5_process_block): Handle case that size_t is
|
||||||
a wider-integer-scalar a 32-bit unsigned integer.
|
a wider-integer-scalar a 32-bit unsigned integer.
|
||||||
|
|
Loading…
Reference in New Issue