提交 69ac182d 编写于 作者: I Insu Yun 提交者: Rich Salz

GH634: fix potential memory leak

Signed-off-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NKurt Roeckx <kurt@openssl.org>
上级 0d1e003f
...@@ -1451,6 +1451,7 @@ static EVP_PKEY_CTX *set_keygen_ctx(const char *gstr, ...@@ -1451,6 +1451,7 @@ static EVP_PKEY_CTX *set_keygen_ctx(const char *gstr,
if (EVP_PKEY_keygen_init(gctx) <= 0) { if (EVP_PKEY_keygen_init(gctx) <= 0) {
BIO_puts(bio_err, "Error initializing keygen context\n"); BIO_puts(bio_err, "Error initializing keygen context\n");
ERR_print_errors(bio_err); ERR_print_errors(bio_err);
EVP_PKEY_CTX_free(gctx);
return NULL; return NULL;
} }
#ifndef OPENSSL_NO_RSA #ifndef OPENSSL_NO_RSA
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册