Re: [patch libiberty]: Fix PR 54620

2013-01-30 Thread Ian Lance Taylor
On Wed, Jan 30, 2013 at 9:45 AM, Kai Tietz wrote: > > 2013-01-30 Kai Tietz > > PR other/54620 > * sha1.c (sha1_process_block): Handle case that size_t is > a wider-integer-scalar as a 32-bit unsigned integer. This is OK. Thanks. Ian

[patch libiberty]: Fix PR 54620

2013-01-30 Thread Kai Tietz
Hi, this patch fixes wrong handling of cases that bitness of size_t is wider as 32-bit. ChangeLog 2013-01-30 Kai Tietz PR other/54620 * sha1.c (sha1_process_block): Handle case that size_t is a wider-integer-scalar as a 32-bit unsigned integer. Tested for x86_64-unk