CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2024/10/29 00:36:58

Modified files:
        lib/libcrypto/ec: ec_ameth.c 

Log message:
eckey_compute_pubkey: don't leak the public key

EC_KEY_set_public_key() sets a copy, so it doesn't take ownership and
hence pub_key must not be nulled out on success.

Reply via email to