]> git.ipfire.org Git - thirdparty/openssl.git/commit
OCSP_sendreq_bio: Avoid doublefree of mem BIO
authorTomas Mraz <tomas@openssl.org>
Fri, 22 Oct 2021 07:38:18 +0000 (09:38 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 25 Oct 2021 09:43:10 +0000 (11:43 +0200)
commitf99b34957f4173f68d6f19d0d9fac37d797b7e0c
tree2929e96a6af40878b2963bacd0bca1a4bfc68ae4
parent7b2bde500dfdad6628b15c5faa641d0f6602110e
OCSP_sendreq_bio: Avoid doublefree of mem BIO

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/16886)
crypto/ocsp/ocsp_http.c