]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix NULL ptr dereference on EC_POINT *point
authorShawn C <citypw@hardenedlinux.org>
Thu, 19 Sep 2024 17:14:09 +0000 (17:14 +0000)
committerTomas Mraz <tomas@openssl.org>
Thu, 26 Sep 2024 08:05:13 +0000 (10:05 +0200)
commit1659c9b71222033d5c59eb9ee900162b08d3ba9f
treeedb297aab8c3e07c812e9be4db93842e5bbf0577
parentd8508cc6231242f0b4f9e49068680e9d5611ccac
Fix NULL ptr dereference on EC_POINT *point

Use non-usual params of pkcs11 module will trigger a null ptr deref bug. Fix it for #25493

CLA: trivial

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25496)

(cherry picked from commit 8ac42a5f418cbe2797bc423b694ac5af605b5c7a)
crypto/ec/ec_asn1.c
crypto/ec/ec_oct.c