[openssl/openssl] 2561de: Replace BIO_free(bio_err) with BIO_free_all(bio_err)
Jerry
noreply at github.com
Fri Oct 21 14:14:50 UTC 2022
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 2561dea8c60571dd1dca185eed7d3d6a11828ea5
https://github.com/openssl/openssl/commit/2561dea8c60571dd1dca185eed7d3d6a11828ea5
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)
(cherry picked from commit a73bdc24e14760413a65d478d7c88356b4b95bb5)
More information about the openssl-commits
mailing list