CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/06/27 16:02:07

Modified files:
        lib/libssl/src/crypto/bn: bn_div.c 

Log message:
When building a BN on the stack in BN_div(), make sure to initialize all its
fields (i.e. the flags field) before using it. This is currently harmless,
but might not be if we end up invoking other BN functions checking for
constant-time processing requirement in the future.

Reply via email to