This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [BZ #14090] Fix md5/sha512 with large block sizes


> +  /* This test will not work with 32-bit size_t, so let it succeed 
> there.  */

This comment looks indented and wrapped wrong.

> +#if __WORDSIZE == 32

The meaning of __WORDSIZE is fuzzy and we keep talking about changing it.
Instead let's include <limits.h> and use:

#if SIZE_MAX <= UINT32_MAX

Otherwise fine.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]