CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/04/11 20:56:15

Modified files:
        lib/libcrypto/evp: pmeth_gn.c 

Log message:
Fix a potential NULL-deref in EVP_PKEY_keygen()

After a EVP_PKEY_new() failure, a NULL pointer would be passed to the
keygen pmeth, which could result in tears.

ok beck jsing

Reply via email to