]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check EC_GROUP_get0_order result before dereference
authorJohnnySavages <drokov@rutoken.ru>
Thu, 27 Jun 2024 01:59:52 +0000 (21:59 -0400)
committerTomas Mraz <tomas@openssl.org>
Mon, 1 Jul 2024 08:03:38 +0000 (10:03 +0200)
commit16311dbf53c464726d73b76d77ecf6275c9f9d08
tree23c615a62cb614aa6645a4e989c715a557d31b3a
parent16beec98d26644b96d57bd8da477166d0bc7d05c
Check EC_GROUP_get0_order result before dereference

CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24755)
crypto/ec/ecdsa_ossl.c