Pierre Vittet writes:
> Thanks for your interest,
>
> I just checked revision 179127 of GCC. Last revision is 177700, it has
> not been change for 6 weeks.
>
> My file is the same as this one:
> http://gcc.gnu.org/viewcvs/trunk/libiberty/md5.c?revision=177700&view=markup
>
> in libiberty/md5.c, f
Thanks for your interest,
I just checked revision 179127 of GCC. Last revision is 177700, it has
not been change for 6 weeks.
My file is the same as this one:
http://gcc.gnu.org/viewcvs/trunk/libiberty/md5.c?revision=177700&view=markup
in libiberty/md5.c, function md5_process_bytes start line 2
Pierre Vittet writes:
> The bug appears when:
> 1) We use libiberty compiled with -O0
> 2) We first call md5_process_bytes with a less than 64 bits buffer (we
> call his size len1).
> 3) We make a new call of md5_process_bytes with a buffer which has a
> size len2 such as:
>