Re: [patch libiberty]: Fix PR 543413

2013-01-31 Thread Kai Tietz
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_

Re: [patch libiberty]: Fix PR 543413

2013-01-31 Thread 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_block): Handle case that size_t is >

Re: [patch libiberty]: Fix PR 543413

2013-01-30 Thread Ian Lance Taylor
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

[patch libiberty]: Fix PR 543413

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/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