]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/cmp/cmp_vfy.c
cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIO
authorTomas Mraz <tomas@openssl.org>
Mon, 11 Oct 2021 13:04:46 +0000 (15:04 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 12 Oct 2021 14:45:21 +0000 (16:45 +0200)
commit374d5cf2f6b8bdf87c04b5e293a7d291f2c23203
tree0df544aa7df6637bda0e7f4ce08b677449438173
parent922422119df1f6aabd2a15e6e4108d98b6143adf
cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIO

Fixes #16787

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/16804)
crypto/cmp/cmp_vfy.c
crypto/encode_decode/encoder_lib.c