[openssl/openssl] 053e06: ec_kmgmt.c: check the return of BN_CTX_get() in time.

Jerry noreply at github.com
Thu Dec 22 11:19:05 UTC 2022


  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 053e06bd05094d9f2883aea7549561e97b4f7ad8
      https://github.com/openssl/openssl/commit/053e06bd05094d9f2883aea7549561e97b4f7ad8
  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)

(cherry picked from commit 467b0492c1e597857b30b91ed72605387aa9825b)




More information about the openssl-commits mailing list