]> 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:04:30 +0000 (10:04 +0200)
commit8ac42a5f418cbe2797bc423b694ac5af605b5c7a
tree02866c97a776d43347683baa19f8b230bc505ee1
parentc4ec708bd58715fab10b8a6085ac89d79615b250
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)
crypto/ec/ec_asn1.c
crypto/ec/ec_oct.c