]> 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:04:11 +0000 (10:04 +0200)
commit961fa97def4d8de1a77ef9608b6b80bbe77cf25c
tree8f2ebaa231c478e2256520e751ef2e221b006c39
parent2061d0358e6f647c10b1b2f5376192d416212390
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)

(cherry picked from commit 16311dbf53c464726d73b76d77ecf6275c9f9d08)
crypto/ec/ecdsa_ossl.c