[openssl/openssl] 467b04: ec_kmgmt.c: check the return of BN_CTX_get() in time.
Jerry
noreply at github.com
Thu Dec 22 11:19:04 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 467b0492c1e597857b30b91ed72605387aa9825b
https://github.com/openssl/openssl/commit/467b0492c1e597857b30b91ed72605387aa9825b
Author: xkernel <xkernel.wang at foxmail.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M providers/implementations/keymgmt/ec_kmgmt.c
Log Message:
-----------
ec_kmgmt.c: check the return of BN_CTX_get() in time.
If x and y are all NULL, then it is unnecessary to do subsequent operations.
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19905)
More information about the openssl-commits
mailing list