]> 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:00 +0000 (10:05 +0200)
commit13e33f3d4b3232f19298c3e1ec982603176c923f
tree804b5b0317376abed55101fe18cb55eb0cc8ceaa
parent009b2e2a4c968b87d1f0dea02251a17e8103aeca
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