CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/07/18 19:44:16

Modified files:
        lib/libssl/src/crypto/x509: x509_vfy.c 

Log message:
Simplify X509_STORE_CTX_init and make it safe with stack variables.

The current version is not safe with stack variables because it may
return prematurely with a partially constructed object on error.

ok miod@ a while back

Reply via email to