mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
Suppress remaining OpenSSL 3.5 memory leaks
Reported as https://github.com/openssl/openssl/issues/29077 Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -140,6 +140,40 @@
|
|||||||
fun:FIPS_mode_set
|
fun:FIPS_mode_set
|
||||||
fun:OPENSSL_init_library
|
fun:OPENSSL_init_library
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
Threads + Failed PEM decoder do not play well openssl/openssl#29077
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: definite
|
||||||
|
fun:malloc
|
||||||
|
fun:CRYPTO_malloc
|
||||||
|
fun:CRYPTO_zalloc
|
||||||
|
fun:ossl_rcu_read_lock
|
||||||
|
fun:module_find
|
||||||
|
fun:module_run
|
||||||
|
fun:CONF_modules_load
|
||||||
|
fun:CONF_modules_load_file_ex
|
||||||
|
fun:ossl_config_int
|
||||||
|
fun:ossl_config_int
|
||||||
|
fun:ossl_init_config
|
||||||
|
fun:ossl_init_config_ossl_
|
||||||
|
fun:__pthread_once_slow.isra.0
|
||||||
|
fun:pthread_once@@GLIBC_2.34
|
||||||
|
fun:CRYPTO_THREAD_run_once
|
||||||
|
fun:OPENSSL_init_crypto
|
||||||
|
fun:ossl_provider_doall_activated
|
||||||
|
fun:ossl_algorithm_do_all
|
||||||
|
fun:ossl_method_construct.constprop.0
|
||||||
|
fun:inner_evp_generic_fetch.constprop.0
|
||||||
|
fun:evp_generic_do_all
|
||||||
|
fun:EVP_KEYMGMT_do_all_provided
|
||||||
|
fun:ossl_decoder_ctx_setup_for_pkey
|
||||||
|
fun:OSSL_DECODER_CTX_new_for_pkey
|
||||||
|
fun:pem_read_bio_key_decoder
|
||||||
|
fun:pem_read_bio_key
|
||||||
|
fun:PEM_read_bio_PrivateKey_ex
|
||||||
|
fun:pki_private_key_from_base64
|
||||||
|
...
|
||||||
|
}
|
||||||
# Cmocka
|
# Cmocka
|
||||||
{
|
{
|
||||||
This looks like leak from cmocka when the forked server is not properly terminated
|
This looks like leak from cmocka when the forked server is not properly terminated
|
||||||
|
|||||||
Reference in New Issue
Block a user