]> 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:32 +0000 (10:05 +0200)
commit374a1be7d6baad24739810ed48ce0f8a1ff7f7a1
tree2c98d582c94bf09d41361f25cdf5bf6c86d7faf9
parent0158f84b3e26091300702d53f550734228c1cbfc
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