mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
857c223bf7
A newly created BIO object within this function calls OSSL_STORE_attach() which increases the ref count to 2. OSSL_STORE_close() then decrements the ref count by 1, so the BIO still remains. The following new test was picking up this leak using.. > valgrind openssl crl -hash -noout < test/testcrl.pem Not quite sure why the existing tests were not picking this up since they appear to run through a similiar path.. such as > valgrind openssl pkey < test-runs/test_rsa/rsa-pkcs8-ff.dd Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15058) |
||
---|---|---|
.. | ||
app_params.c | ||
app_provider.c | ||
app_rand.c | ||
app_x509.c | ||
apps_ui.c | ||
apps.c | ||
build.info | ||
columns.c | ||
engine_loader.c | ||
engine.c | ||
fmt.c | ||
http_server.c | ||
names.c | ||
opt.c | ||
s_cb.c | ||
s_socket.c | ||
tlssrp_depr.c | ||
vms_decc_argv.c | ||
vms_term_sock.c | ||
win32_init.c |