]> git.ipfire.org Git - thirdparty/openssl.git/commit
X509_VERIFY_PARAM_get0(): add check to defend on out-of-bound table access
authorDr. David von Oheimb <dev@ddvo.net>
Thu, 28 Aug 2025 16:33:06 +0000 (18:33 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 3 Sep 2025 15:57:30 +0000 (17:57 +0200)
commit89ce0ef97ef85b4f0b8069ee51a79632320670c9
treed0db750e9bb056b12a0327be1f7b816c35ea044a
parent247233a459e559ba00e35bad14abeeb13e121bc1
X509_VERIFY_PARAM_get0(): add check to defend on out-of-bound table access

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28404)

(cherry picked from commit 4ed6cfce586f7a78c0e7e3d314c2b785ac16f1a9)
crypto/x509/x509_vpm.c