2013/1/31 Rainer Orth :
> Kai Tietz writes:
>
>> 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/543413
>
> ^ this is clearly wrong (6 digits)
>
>> * md5.c (md5_process_
Kai Tietz writes:
> 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/543413
^ this is clearly wrong (6 digits)
> * md5.c (md5_process_block): Handle case that size_t is
>
On Wed, Jan 30, 2013 at 9:44 AM, Kai Tietz wrote:
>
> 2013-01-30 Kai Tietz
>
> PR other/543413
> * md5.c (md5_process_block): Handle case that size_t is
> a wider-integer-scalar a 32-bit unsigned integer.
This is OK.
Thanks.
Ian
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/543413
* md5.c (md5_process_block): Handle case that size_t is
a wider-integer-scalar a 32-bit unsigned integer.
Tested for x86_64-unknown