[openssl/openssl] a73bdc: Replace BIO_free(bio_err) with BIO_free_all(bio_err)
Jerry
noreply at github.com
Fri Oct 21 14:12:53 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: a73bdc24e14760413a65d478d7c88356b4b95bb5
https://github.com/openssl/openssl/commit/a73bdc24e14760413a65d478d7c88356b4b95bb5
Author: xkernel <xkernel.wang at foxmail.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M apps/openssl.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19446)
More information about the openssl-commits
mailing list