]> git.ipfire.org Git - thirdparty/openssl.git/commit
Replace BIO_free(bio_err) with BIO_free_all(bio_err)
authorxkernel <xkernel.wang@foxmail.com>
Wed, 19 Oct 2022 17:11:16 +0000 (01:11 +0800)
committerTomas Mraz <tomas@openssl.org>
Fri, 21 Oct 2022 14:09:57 +0000 (16:09 +0200)
commita73bdc24e14760413a65d478d7c88356b4b95bb5
tree0955e875ec3a966ea0a02d183111802455da7880
parent6a94c5849ea7d1f08d4fcaa9a6fc0a947e19da66
Replace BIO_free(bio_err) with BIO_free_all(bio_err)

dup_bio_err() can return a BIO chain when 'OPENSSL_SYS_VMS' is defined.

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