]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix potential use after free in buffer_from_bytes() master
authorAlexandr Nedvedicky <sashan@openssl.org>
Wed, 25 Feb 2026 07:43:29 +0000 (08:43 +0100)
committerNeil Horman <nhorman@openssl.org>
Thu, 26 Feb 2026 15:05:12 +0000 (10:05 -0500)
commit89e9bd3fa66a62547c38f97e73eec402e36665ac
tree33f6cd5af28a0dba33362927d3e7878d02cb5d6b
parent792a760ac2e7ab64d7ff4597e48bb94e2520dfdb
Fix potential use after free in buffer_from_bytes()

Fix coverity issue 1681707

Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Thu Feb 26 15:05:37 2026
(Merged from https://github.com/openssl/openssl/pull/30169)
crypto/x509/x509_vpm.c