On 05/13/2014 03:42 AM, Vicente Olivert Riera wrote:
> Hi Paul,
>
> I think I have fixed the problem.
>
> The failure comes from this file
> "mozilla/security/nss/lib/freebl/drbg.c" on the line #512, which has
> an assert of the size of "size_t":
>
> PR_STATIC_ASSERT(sizeof(size_t) > 4)
>
> That li
Hi Ludo -
I think this is very interesting. Thanks for starting the discussion.
I think the only reason it doesn't exist is that no one with time has stepped
forward to claim it.
I've spoken with bsmith in the past about bringing more NSS testing in-house,
but we haven't really had time to thi
Hi Paul,
I think I have fixed the problem.
The failure comes from this file
"mozilla/security/nss/lib/freebl/drbg.c" on the line #512, which has an
assert of the size of "size_t":
PR_STATIC_ASSERT(sizeof(size_t) > 4)
That line is inside an #if/#endif block which has this form:
#if defined(
3 matches
Mail list logo