On Fri, Jun 27, 2014 at 05:29:52PM +0200, Stephan M?hlstrasser wrote:

>       ==14780== Use of uninitialised value of size 8
>       ==14780==    at 0x72378B: bn_GF2m_mul_1x1 (bn_gf2m.c:179)

What is the commit id of the openssl version you're building?
What is on line 179 of that file.  I have:

        s = tab[b       & 0xF]; l  = s;

and all slots from 0 to 15 of tab[] are initialized, while "b" is
a function argument.

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to