openssl: Memory leak new in master that was not present in beta1

Simple to reproduce - test code:

#include <stdio.h>
#include <openssl/opensslv.h>
#include <openssl/crypto.h>
#include <openssl/ssl.h>

int main(int argc,char *argv[])
{
  SSL_library_init();
  printf("OpenSSL_version_num=%lx\n",OpenSSL_version_num());
}

Compile with ASAN against master (compiled with ASAN). See leak. Compile with ASAN against beta1 (compiled with ASAN). See no leak.

I suspect 6882652e65d39310c98ba506ceb55a87c702d419 and/or 9067cf6ccdce0a73922f06937e54c2fce2752038 but have not investigated.

I do not understand how this isn’t picked up in the standard CI builds.

OpenSSL_version_num=30000000

================================================================= ==72420==ERROR: LeakSanitizer: detected memory leaks

Indirect leak of 32768 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652fe88 in alloc_node crypto/sparse_array.c:179 #5 0x7f84e652fef2 in ossl_sa_set crypto/sparse_array.c:196 #6 0x7f84e648f77e in ossl_sa_ALGORITHM_set crypto/property/property.c:75 #7 0x7f84e648ff4f in ossl_method_store_insert crypto/property/property.c:245 #8 0x7f84e6490388 in ossl_method_store_add crypto/property/property.c:296 #9 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #10 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #11 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #12 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #13 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #14 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #15 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #16 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #17 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #18 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #19 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #20 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #21 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #22 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #23 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #24 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #25 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #26 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #27 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #28 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #29 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138

Indirect leak of 32768 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652fe88 in alloc_node crypto/sparse_array.c:179 #5 0x7f84e6530109 in ossl_sa_set crypto/sparse_array.c:208 #6 0x7f84e648f77e in ossl_sa_ALGORITHM_set crypto/property/property.c:75 #7 0x7f84e648ff4f in ossl_method_store_insert crypto/property/property.c:245 #8 0x7f84e6490388 in ossl_method_store_add crypto/property/property.c:296 #9 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #10 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #11 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #12 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #13 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #14 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #15 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #16 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #17 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #18 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #19 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #20 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #21 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #22 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #23 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #24 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #25 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #26 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #27 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #28 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #29 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061

Indirect leak of 32768 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652fe88 in alloc_node crypto/sparse_array.c:179 #5 0x7f84e652fef2 in ossl_sa_set crypto/sparse_array.c:196 #6 0x7f84e648f77e in ossl_sa_ALGORITHM_set crypto/property/property.c:75 #7 0x7f84e648ff4f in ossl_method_store_insert crypto/property/property.c:245 #8 0x7f84e6490388 in ossl_method_store_add crypto/property/property.c:296 #9 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #10 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #11 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #12 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #13 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #14 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #15 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #16 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #17 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #18 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #19 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #20 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #21 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #22 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #23 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #24 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #25 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #26 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #27 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #28 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #29 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061

Indirect leak of 3600 byte(s) in 15 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e642257f in evp_md_new crypto/evp/digest.c:833 #5 0x7f84e6423067 in evp_md_from_algorithm crypto/evp/digest.c:913 #6 0x7f84e642f24c in construct_evp_method crypto/evp/evp_fetch.c:216 #7 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #8 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #9 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #15 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #16 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #17 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #18 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #19 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #20 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #21 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #22 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #23 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #24 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #25 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #26 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #27 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #28 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #29 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375

Indirect leak of 2640 byte(s) in 15 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c53a in OPENSSL_LH_new crypto/lhash/lhash.c:51 #5 0x7f84e648f5b3 in lh_QUERY_new crypto/property/property.c:53 #6 0x7f84e64902ff in ossl_method_store_add crypto/property/property.c:293 #7 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #8 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #9 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #10 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #16 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #17 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #18 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #19 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #20 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #21 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #22 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #23 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #24 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #25 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #26 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #27 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #28 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #29 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240

Indirect leak of 1920 byte(s) in 15 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c565 in OPENSSL_LH_new crypto/lhash/lhash.c:59 #5 0x7f84e648f5b3 in lh_QUERY_new crypto/property/property.c:53 #6 0x7f84e64902ff in ossl_method_store_add crypto/property/property.c:293 #7 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #8 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #9 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #10 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #16 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #17 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #18 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #19 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #20 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #21 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #22 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #23 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #24 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #25 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #26 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #27 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #28 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #29 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240

Indirect leak of 1104 byte(s) in 46 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e652cbde in OPENSSL_LH_insert crypto/lhash/lhash.c:118 #4 0x7f84e6461229 in lh_NAMENUM_ENTRY_insert crypto/core_namemap.c:26 #5 0x7f84e646237d in namemap_add_name_n crypto/core_namemap.c:265 #6 0x7f84e646280a in ossl_namemap_add_names crypto/core_namemap.c:355 #7 0x7f84e642f1f9 in construct_evp_method crypto/evp/evp_fetch.c:210 #8 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #9 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #10 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #16 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #17 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #18 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #19 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #20 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #21 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #22 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #23 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #24 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #25 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #26 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #27 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #28 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #29 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240

Indirect leak of 1064 byte(s) in 19 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e645e829 in context_init crypto/context.c:84 #6 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #7 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #8 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #9 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #10 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #11 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #12 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #13 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #14 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #15 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #16 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #17 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #18 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #19 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #20 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #21 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #22 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 880 byte(s) in 5 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c53a in OPENSSL_LH_new crypto/lhash/lhash.c:51 #5 0x7f84e648f5b3 in lh_QUERY_new crypto/property/property.c:53 #6 0x7f84e64902ff in ossl_method_store_add crypto/property/property.c:293 #7 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #8 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #9 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #10 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #16 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #17 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #18 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #19 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #20 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #21 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #22 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #23 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #24 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #25 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #26 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #27 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #28 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #29 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203

Indirect leak of 840 byte(s) in 15 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e6422599 in evp_md_new crypto/evp/digest.c:836 #6 0x7f84e6423067 in evp_md_from_algorithm crypto/evp/digest.c:913 #7 0x7f84e642f24c in construct_evp_method crypto/evp/evp_fetch.c:216 #8 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #9 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #10 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #16 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #17 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #18 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #19 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #20 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #21 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #22 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #23 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #24 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #25 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #26 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #27 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #28 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #29 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240

Indirect leak of 736 byte(s) in 46 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e646224b in namemap_add_name_n crypto/core_namemap.c:259 #5 0x7f84e646280a in ossl_namemap_add_names crypto/core_namemap.c:355 #6 0x7f84e642f1f9 in construct_evp_method crypto/evp/evp_fetch.c:210 #7 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #8 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #9 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #15 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #16 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #17 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #18 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #19 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #20 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #21 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #22 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #23 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #24 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #25 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #26 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #27 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #28 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #29 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375

Indirect leak of 720 byte(s) in 5 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e644704e in evp_mac_new crypto/evp/mac_meth.c:40 #5 0x7f84e6447212 in evp_mac_from_algorithm crypto/evp/mac_meth.c:59 #6 0x7f84e642f24c in construct_evp_method crypto/evp/evp_fetch.c:216 #7 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #8 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #9 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 640 byte(s) in 5 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c565 in OPENSSL_LH_new crypto/lhash/lhash.c:59 #5 0x7f84e648f5b3 in lh_QUERY_new crypto/property/property.c:53 #6 0x7f84e64902ff in ossl_method_store_add crypto/property/property.c:293 #7 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #8 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #9 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #10 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #16 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #17 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #18 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #19 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #20 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #21 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #22 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #23 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #24 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #25 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #26 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #27 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #28 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #29 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203

Indirect leak of 618 byte(s) in 46 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6466db3 in CRYPTO_strndup crypto/o_str.c:40 #4 0x7f84e6462276 in namemap_add_name_n crypto/core_namemap.c:260 #5 0x7f84e646280a in ossl_namemap_add_names crypto/core_namemap.c:355 #6 0x7f84e642f1f9 in construct_evp_method crypto/evp/evp_fetch.c:210 #7 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #8 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #9 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #15 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #16 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #17 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #18 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #19 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #20 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #21 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #22 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #23 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #24 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #25 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #26 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #27 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #28 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #29 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375

Indirect leak of 600 byte(s) in 15 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e648ffc9 in ossl_method_store_add crypto/property/property.c:264 #4 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #5 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #6 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #7 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #8 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #9 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #10 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #13 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #14 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #15 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #16 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #17 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #18 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #19 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #20 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #21 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #22 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #23 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #24 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #25 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #26 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #27 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #28 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #29 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138

Indirect leak of 480 byte(s) in 15 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64cc62e in sk_reserve crypto/stack/stack.c:192 #5 0x7f84e64cca4e in OPENSSL_sk_insert crypto/stack/stack.c:254 #6 0x7f84e64cd77c in OPENSSL_sk_push crypto/stack/stack.c:368 #7 0x7f84e648f568 in sk_IMPLEMENTATION_push crypto/property/property.c:45 #8 0x7f84e6490549 in ossl_method_store_add crypto/property/property.c:309 #9 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #10 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #11 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #12 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #13 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #14 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #15 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #16 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #17 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #18 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #19 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #20 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #21 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #22 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #23 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #24 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #25 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #26 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #27 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #28 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #29 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061

Indirect leak of 480 byte(s) in 15 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64cc90a in OPENSSL_sk_new_reserve crypto/stack/stack.c:221 #5 0x7f84e64cc45f in OPENSSL_sk_new_null crypto/stack/stack.c:130 #6 0x7f84e648f521 in sk_IMPLEMENTATION_new_null crypto/property/property.c:45 #7 0x7f84e64902ae in ossl_method_store_add crypto/property/property.c:292 #8 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #9 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #10 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #11 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #12 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #13 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #14 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #15 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #16 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #17 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #18 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #19 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #20 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #21 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #22 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #23 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #24 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #25 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #26 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #27 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #28 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #29 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174

Indirect leak of 456 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e645ec48 in OSSL_LIB_CTX_new crypto/context.c:189 #5 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #6 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #7 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #8 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #9 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #10 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #11 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #12 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #13 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #14 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #15 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #16 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #17 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #18 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #19 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #20 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 360 byte(s) in 15 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e649029a in ossl_method_store_add crypto/property/property.c:291 #5 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #6 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #7 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #8 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #9 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #10 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #11 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #12 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #13 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #14 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #15 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #16 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #17 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #18 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #19 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #20 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #21 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #22 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #23 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #24 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #25 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #26 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #27 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #28 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #29 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239

Indirect leak of 280 byte(s) in 5 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e6447064 in evp_mac_new crypto/evp/mac_meth.c:41 #6 0x7f84e6447212 in evp_mac_from_algorithm crypto/evp/mac_meth.c:59 #7 0x7f84e642f24c in construct_evp_method crypto/evp/evp_fetch.c:216 #8 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #9 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #10 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #16 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #17 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #18 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #19 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #20 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #21 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #22 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #23 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #24 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #25 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #26 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #27 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #28 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #29 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203

Indirect leak of 256 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeaffe in __interceptor_realloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dffe) #1 0x7f84ea252d04 in CRYPTO_realloc crypto/mem.c:214 #2 0x7f84e630ccc0 in CRYPTO_realloc providers/fips/fipsprov.c:843 #3 0x7f84e652d92a in expand crypto/lhash/lhash.c:234 #4 0x7f84e652cb5f in OPENSSL_LH_insert crypto/lhash/lhash.c:112 #5 0x7f84e6461229 in lh_NAMENUM_ENTRY_insert crypto/core_namemap.c:26 #6 0x7f84e646237d in namemap_add_name_n crypto/core_namemap.c:265 #7 0x7f84e646280a in ossl_namemap_add_names crypto/core_namemap.c:355 #8 0x7f84e642f1f9 in construct_evp_method crypto/evp/evp_fetch.c:210 #9 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #10 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #11 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #12 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #13 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #14 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #15 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #16 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #17 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #18 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #19 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #20 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #21 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #22 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #23 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #24 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #25 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #26 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #27 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #28 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #29 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174

Indirect leak of 240 byte(s) in 10 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e652cbde in OPENSSL_LH_insert crypto/lhash/lhash.c:118 #4 0x7f84e6461229 in lh_NAMENUM_ENTRY_insert crypto/core_namemap.c:26 #5 0x7f84e646237d in namemap_add_name_n crypto/core_namemap.c:265 #6 0x7f84e646280a in ossl_namemap_add_names crypto/core_namemap.c:355 #7 0x7f84e642f1f9 in construct_evp_method crypto/evp/evp_fetch.c:210 #8 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #9 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #10 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #16 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #17 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #18 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #19 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #20 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #21 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #22 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #23 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #24 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #25 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #26 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #27 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #28 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #29 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203

Indirect leak of 200 byte(s) in 5 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e648ffc9 in ossl_method_store_add crypto/property/property.c:264 #4 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #5 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #6 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #7 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #8 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #9 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #10 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #13 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #14 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #15 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #16 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #17 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #18 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #19 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #20 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #21 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #22 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #23 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #24 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #25 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #26 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #27 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #28 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #29 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236

Indirect leak of 192 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64771da in provider_new crypto/provider_core.c:367 #5 0x7f84e6479fb2 in provider_activate_fallbacks crypto/provider_core.c:1118 #6 0x7f84e647a1e2 in ossl_provider_doall_activated crypto/provider_core.c:1173 #7 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #8 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #9 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #10 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #11 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #12 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #13 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #14 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #15 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #16 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #17 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #18 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #19 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #20 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #21 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #22 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #23 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #24 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #25 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #26 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #27 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #28 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #29 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 176 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c53a in OPENSSL_LH_new crypto/lhash/lhash.c:51 #5 0x7f84e6497928 in lh_PROPERTY_STRING_new crypto/property/property_string.c:34 #6 0x7f84e6497d5c in property_string_data_new crypto/property/property_string.c:101 #7 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e6498643 in ossl_property_name crypto/property/property_string.c:214 #11 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #12 0x7f84e645e945 in context_init crypto/context.c:102 #13 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #14 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #15 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #16 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #17 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #18 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #19 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #20 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #21 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #22 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #23 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #24 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #25 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #26 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #27 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #28 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #29 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 176 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c53a in OPENSSL_LH_new crypto/lhash/lhash.c:51 #5 0x7f84e64611e9 in lh_NAMENUM_ENTRY_new crypto/core_namemap.c:26 #6 0x7f84e6462a07 in ossl_namemap_new crypto/core_namemap.c:516 #7 0x7f84e64613e0 in stored_namemap_new crypto/core_namemap.c:70 #8 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #9 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #10 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #11 0x7f84e646296c in ossl_namemap_stored crypto/core_namemap.c:473 #12 0x7f84e642f46a in inner_evp_generic_fetch crypto/evp/evp_fetch.c:247 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 176 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c53a in OPENSSL_LH_new crypto/lhash/lhash.c:51 #5 0x7f84e653030f in lh_PROPERTY_DEFN_ELEM_new crypto/property/defn_cache.c:31 #6 0x7f84e6530552 in property_defns_new crypto/property/defn_cache.c:62 #7 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e653061c in ossl_prop_defn_get crypto/property/defn_cache.c:76 #11 0x7f84e649014d in ossl_method_store_add crypto/property/property.c:282 #12 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #13 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #14 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #15 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #16 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #17 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #18 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #19 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #20 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #21 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #22 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #23 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #24 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #25 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #26 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #27 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #28 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #29 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240

Indirect leak of 176 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c53a in OPENSSL_LH_new crypto/lhash/lhash.c:51 #5 0x7f84e6497928 in lh_PROPERTY_STRING_new crypto/property/property_string.c:34 #6 0x7f84e6497d0f in property_string_data_new crypto/property/property_string.c:96 #7 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e6498643 in ossl_property_name crypto/property/property_string.c:214 #11 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #12 0x7f84e645e945 in context_init crypto/context.c:102 #13 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #14 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #15 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #16 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #17 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #18 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #19 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #20 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #21 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #22 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #23 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #24 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #25 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #26 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #27 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #28 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #29 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 160 byte(s) in 5 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64cc62e in sk_reserve crypto/stack/stack.c:192 #5 0x7f84e64cca4e in OPENSSL_sk_insert crypto/stack/stack.c:254 #6 0x7f84e64cd77c in OPENSSL_sk_push crypto/stack/stack.c:368 #7 0x7f84e648f568 in sk_IMPLEMENTATION_push crypto/property/property.c:45 #8 0x7f84e6490549 in ossl_method_store_add crypto/property/property.c:309 #9 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #10 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #11 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #12 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #13 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #14 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #15 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #16 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #17 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #18 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #19 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #20 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #21 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #22 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #23 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #24 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #25 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #26 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #27 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #28 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #29 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138

Indirect leak of 160 byte(s) in 10 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e646224b in namemap_add_name_n crypto/core_namemap.c:259 #5 0x7f84e646280a in ossl_namemap_add_names crypto/core_namemap.c:355 #6 0x7f84e642f1f9 in construct_evp_method crypto/evp/evp_fetch.c:210 #7 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #8 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #9 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 160 byte(s) in 5 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64cc90a in OPENSSL_sk_new_reserve crypto/stack/stack.c:221 #5 0x7f84e64cc45f in OPENSSL_sk_new_null crypto/stack/stack.c:130 #6 0x7f84e648f521 in sk_IMPLEMENTATION_new_null crypto/property/property.c:45 #7 0x7f84e64902ae in ossl_method_store_add crypto/property/property.c:292 #8 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #9 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #10 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #11 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #12 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #13 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #14 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #15 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #16 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #17 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #18 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #19 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #20 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #21 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #22 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #23 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #24 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #25 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #26 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #27 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #28 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #29 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181

Indirect leak of 155 byte(s) in 15 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6466db3 in CRYPTO_strndup crypto/o_str.c:40 #4 0x7f84e64606a0 in ossl_algorithm_get1_first_name crypto/core_algorithm.c:129 #5 0x7f84e64230fb in evp_md_from_algorithm crypto/evp/digest.c:929 #6 0x7f84e642f24c in construct_evp_method crypto/evp/evp_fetch.c:216 #7 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #8 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #9 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6423ab7 in EVP_MD_fetch crypto/evp/digest.c:1043 #15 0x7f84e64cf125 in ossl_prov_digest_fetch providers/common/provider_util.c:135 #16 0x7f84e64cf363 in ossl_prov_digest_load_from_params providers/common/provider_util.c:160 #17 0x7f84e635631f in hmac_set_ctx_params providers/implementations/macs/hmac_prov.c:313 #18 0x7f84e6355885 in hmac_init providers/implementations/macs/hmac_prov.c:177 #19 0x7f84e64454d1 in EVP_MAC_init crypto/evp/mac_lib.c:121 #20 0x7f84e630d619 in verify_integrity providers/fips/self_test.c:204 #21 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #22 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #23 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #24 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #25 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #26 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #27 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #28 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #29 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375

Indirect leak of 144 byte(s) in 6 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e652cbde in OPENSSL_LH_insert crypto/lhash/lhash.c:118 #4 0x7f84e6497968 in lh_PROPERTY_STRING_insert crypto/property/property_string.c:34 #5 0x7f84e649813c in ossl_property_string crypto/property/property_string.c:158 #6 0x7f84e64986cb in ossl_property_name crypto/property/property_string.c:219 #7 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #8 0x7f84e645e945 in context_init crypto/context.c:102 #9 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #10 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #11 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #12 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #13 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #14 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #15 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #16 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #17 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #18 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #19 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #20 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #21 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #22 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #23 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #24 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #25 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 135 byte(s) in 6 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6497df6 in new_property_string crypto/property/property_string.c:123 #4 0x7f84e6498112 in ossl_property_string crypto/property/property_string.c:157 #5 0x7f84e64986cb in ossl_property_name crypto/property/property_string.c:219 #6 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #7 0x7f84e645e945 in context_init crypto/context.c:102 #8 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #9 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #10 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #11 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #12 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #13 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #14 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #15 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #16 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #17 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #18 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #19 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #20 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #21 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #22 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #23 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #24 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 128 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c565 in OPENSSL_LH_new crypto/lhash/lhash.c:59 #5 0x7f84e653030f in lh_PROPERTY_DEFN_ELEM_new crypto/property/defn_cache.c:31 #6 0x7f84e6530552 in property_defns_new crypto/property/defn_cache.c:62 #7 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e653061c in ossl_prop_defn_get crypto/property/defn_cache.c:76 #11 0x7f84e649014d in ossl_method_store_add crypto/property/property.c:282 #12 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #13 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #14 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #15 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #16 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #17 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #18 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #19 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #20 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #21 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #22 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #23 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #24 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #25 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #26 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #27 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #28 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #29 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240

Indirect leak of 128 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e630a761 in fips_prov_ossl_ctx_new providers/fips/fipsprov.c:83 #5 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #6 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #7 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #8 0x7f84e630c1cf in OSSL_provider_init_int providers/fips/fipsprov.c:667 #9 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #10 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #11 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #12 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #13 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #14 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #15 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #16 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #17 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #18 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #19 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #20 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #21 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #22 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #23 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 128 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c565 in OPENSSL_LH_new crypto/lhash/lhash.c:59 #5 0x7f84e6497928 in lh_PROPERTY_STRING_new crypto/property/property_string.c:34 #6 0x7f84e6497d5c in property_string_data_new crypto/property/property_string.c:101 #7 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e6498643 in ossl_property_name crypto/property/property_string.c:214 #11 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #12 0x7f84e645e945 in context_init crypto/context.c:102 #13 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #14 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #15 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #16 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #17 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #18 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #19 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #20 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #21 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #22 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #23 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #24 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #25 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #26 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #27 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #28 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #29 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 128 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652c565 in OPENSSL_LH_new crypto/lhash/lhash.c:59 #5 0x7f84e6497928 in lh_PROPERTY_STRING_new crypto/property/property_string.c:34 #6 0x7f84e6497d0f in property_string_data_new crypto/property/property_string.c:96 #7 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e6498643 in ossl_property_name crypto/property/property_string.c:214 #11 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #12 0x7f84e645e945 in context_init crypto/context.c:102 #13 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #14 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #15 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #16 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #17 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #18 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #19 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #20 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #21 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #22 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #23 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #24 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #25 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #26 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #27 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #28 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #29 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 120 byte(s) in 5 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e649029a in ossl_method_store_add crypto/property/property.c:291 #5 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #6 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #7 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #8 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #9 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #10 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #11 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #12 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #13 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #14 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #15 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #16 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #17 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #18 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #19 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #20 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #21 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #22 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #23 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #24 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #25 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #26 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #27 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #28 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #29 0x7f84ea25103c in ossl_init_config crypto/init.c:238

Indirect leak of 110 byte(s) in 10 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6466db3 in CRYPTO_strndup crypto/o_str.c:40 #4 0x7f84e6462276 in namemap_add_name_n crypto/core_namemap.c:260 #5 0x7f84e646280a in ossl_namemap_add_names crypto/core_namemap.c:355 #6 0x7f84e642f1f9 in construct_evp_method crypto/evp/evp_fetch.c:210 #7 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #8 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #9 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 80 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647656c in provider_store_new crypto/provider_core.c:222 #5 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #6 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #7 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #8 0x7f84e64766f5 in get_provider_store crypto/provider_core.c:251 #9 0x7f84e647a1b9 in ossl_provider_doall_activated crypto/provider_core.c:1159 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 72 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeaffe in __interceptor_realloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dffe) #1 0x7f84ea252d04 in CRYPTO_realloc crypto/mem.c:214 #2 0x7f84e630ccc0 in CRYPTO_realloc providers/fips/fipsprov.c:843 #3 0x7f84e64cc852 in sk_reserve crypto/stack/stack.c:210 #4 0x7f84e64cca4e in OPENSSL_sk_insert crypto/stack/stack.c:254 #5 0x7f84e64cd77c in OPENSSL_sk_push crypto/stack/stack.c:368 #6 0x7f84e6466419 in CRYPTO_set_ex_data crypto/ex_data.c:477 #7 0x7f84e645edc3 in ossl_lib_ctx_generic_new crypto/context.c:312 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e653061c in ossl_prop_defn_get crypto/property/defn_cache.c:76 #11 0x7f84e649014d in ossl_method_store_add crypto/property/property.c:282 #12 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #13 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #14 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #15 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #16 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #17 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #18 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #19 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #20 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #21 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #22 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #23 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #24 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #25 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #26 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #27 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #28 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #29 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240

Indirect leak of 72 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeaffe in __interceptor_realloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dffe) #1 0x7f84ea252d04 in CRYPTO_realloc crypto/mem.c:214 #2 0x7f84e630ccc0 in CRYPTO_realloc providers/fips/fipsprov.c:843 #3 0x7f84e64cc852 in sk_reserve crypto/stack/stack.c:210 #4 0x7f84e64cca4e in OPENSSL_sk_insert crypto/stack/stack.c:254 #5 0x7f84e64cd77c in OPENSSL_sk_push crypto/stack/stack.c:368 #6 0x7f84e6463f5d in sk_EX_CALLBACK_push include/internal/cryptlib.h:59 #7 0x7f84e64647a1 in ossl_crypto_get_ex_new_index_ex crypto/ex_data.c:183 #8 0x7f84e645eefc in ossl_lib_ctx_init_index crypto/context.c:334 #9 0x7f84e645f421 in ossl_lib_ctx_get_data crypto/context.c:389 #10 0x7f84e653061c in ossl_prop_defn_get crypto/property/defn_cache.c:76 #11 0x7f84e649014d in ossl_method_store_add crypto/property/property.c:282 #12 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #13 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #14 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #15 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #16 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #17 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #18 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #19 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #20 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #21 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #22 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #23 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #24 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #25 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #26 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #27 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #28 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #29 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e64947bb in stack_to_property_list crypto/property/property_parse.c:288 #4 0x7f84e649501b in ossl_parse_property crypto/property/property_parse.c:354 #5 0x7f84e64901c2 in ossl_method_store_add crypto/property/property.c:283 #6 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #7 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #8 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #9 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e6477249 in provider_new crypto/provider_core.c:372 #6 0x7f84e6479fb2 in provider_activate_fallbacks crypto/provider_core.c:1118 #7 0x7f84e647a1e2 in ossl_provider_doall_activated crypto/provider_core.c:1173 #8 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #9 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #10 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #13 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #14 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #15 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #16 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #17 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #18 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #19 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #20 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #21 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #22 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #23 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #24 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #25 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #26 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #27 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #28 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #29 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e64771f4 in provider_new crypto/provider_core.c:371 #6 0x7f84e6479fb2 in provider_activate_fallbacks crypto/provider_core.c:1118 #7 0x7f84e647a1e2 in ossl_provider_doall_activated crypto/provider_core.c:1173 #8 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #9 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #10 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #13 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #14 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #15 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #16 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #17 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #18 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #19 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #20 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #21 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #22 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #23 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #24 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #25 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #26 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #27 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #28 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #29 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e64765c6 in provider_store_new crypto/provider_core.c:226 #6 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #7 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #8 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #9 0x7f84e64766f5 in get_provider_store crypto/provider_core.c:251 #10 0x7f84e647a1b9 in ossl_provider_doall_activated crypto/provider_core.c:1159 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #16 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #17 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #18 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #19 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #20 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #21 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #22 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #23 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #24 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #25 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #26 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #27 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #28 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #29 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e64629ba in ossl_namemap_new crypto/core_namemap.c:514 #6 0x7f84e64613e0 in stored_namemap_new crypto/core_namemap.c:70 #7 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e646296c in ossl_namemap_stored crypto/core_namemap.c:473 #11 0x7f84e642f46a in inner_evp_generic_fetch crypto/evp/evp_fetch.c:247 #12 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #13 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #14 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #15 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #16 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #17 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #18 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #19 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #20 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #21 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #22 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #23 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #24 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #25 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #26 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #27 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #28 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #29 0x7f84ea25103c in ossl_init_config crypto/init.c:238

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e648fd04 in ossl_method_store_new crypto/property/property.c:219 #6 0x7f84e642e995 in evp_method_store_new crypto/evp/evp_fetch.c:33 #7 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e642eabb in get_evp_method_store crypto/evp/evp_fetch.c:82 #11 0x7f84e642f42d in inner_evp_generic_fetch crypto/evp/evp_fetch.c:246 #12 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #13 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #14 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #15 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #16 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #17 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #18 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #19 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #20 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #21 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #22 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #23 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #24 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #25 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #26 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #27 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #28 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #29 0x7f84ea25103c in ossl_init_config crypto/init.c:238

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e6497cc4 in property_string_data_new crypto/property/property_string.c:92 #6 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #7 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #8 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #9 0x7f84e6498643 in ossl_property_name crypto/property/property_string.c:214 #10 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #11 0x7f84e645e945 in context_init crypto/context.c:102 #12 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #13 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #14 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #15 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #16 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #17 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #18 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #19 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #20 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #21 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #22 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #23 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #24 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #25 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #26 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #27 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #28 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e6463fe2 in ossl_do_ex_data_init crypto/ex_data.c:21 #6 0x7f84e645e8fb in context_init crypto/context.c:91 #7 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #8 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #9 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #10 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #11 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #12 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #13 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #14 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #15 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #16 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #17 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #18 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #19 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #20 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #21 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #22 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #23 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e645e7d0 in context_init crypto/context.c:79 #6 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #7 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #8 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #9 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #10 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #11 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #12 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #13 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #14 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #15 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #16 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #17 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #18 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #19 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #20 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #21 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #22 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e645e78d in context_init crypto/context.c:75 #6 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #7 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #8 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #9 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #10 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #11 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #12 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #13 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #14 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #15 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #16 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #17 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #18 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #19 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #20 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #21 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #22 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 56 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e647c311 in CRYPTO_THREAD_lock_new crypto/threads_pthread.c:38 #5 0x7f84e6476605 in provider_store_new crypto/provider_core.c:230 #6 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #7 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #8 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #9 0x7f84e64766f5 in get_provider_store crypto/provider_core.c:251 #10 0x7f84e647a1b9 in ossl_provider_doall_activated crypto/provider_core.c:1159 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #16 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #17 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #18 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #19 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #20 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #21 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #22 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #23 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #24 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #25 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #26 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #27 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #28 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #29 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203

Indirect leak of 48 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e64645f9 in ossl_crypto_get_ex_new_index_ex crypto/ex_data.c:171 #4 0x7f84e645eefc in ossl_lib_ctx_init_index crypto/context.c:334 #5 0x7f84e645f421 in ossl_lib_ctx_get_data crypto/context.c:389 #6 0x7f84e648f83d in ossl_ctx_global_properties crypto/property/property.c:117 #7 0x7f84e6490bf1 in ossl_method_store_fetch crypto/property/property.c:427 #8 0x7f84e642eef6 in get_evp_method_from_store crypto/evp/evp_fetch.c:149 #9 0x7f84e64610c6 in ossl_method_construct crypto/core_fetch.c:132 #10 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #13 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #14 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #15 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #16 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #17 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #18 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #19 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #20 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #21 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #22 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #23 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #24 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #25 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #26 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #27 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #28 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #29 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236

Indirect leak of 48 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e64645f9 in ossl_crypto_get_ex_new_index_ex crypto/ex_data.c:171 #4 0x7f84e645eefc in ossl_lib_ctx_init_index crypto/context.c:334 #5 0x7f84e645f421 in ossl_lib_ctx_get_data crypto/context.c:389 #6 0x7f84e653061c in ossl_prop_defn_get crypto/property/defn_cache.c:76 #7 0x7f84e649014d in ossl_method_store_add crypto/property/property.c:282 #8 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #9 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #10 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #11 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #12 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #13 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #14 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #15 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #16 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #17 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #18 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #19 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #20 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #21 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #22 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #23 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #24 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #25 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #26 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #27 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #28 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #29 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181

Indirect leak of 48 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e64645f9 in ossl_crypto_get_ex_new_index_ex crypto/ex_data.c:171 #4 0x7f84e645eefc in ossl_lib_ctx_init_index crypto/context.c:334 #5 0x7f84e645f421 in ossl_lib_ctx_get_data crypto/context.c:389 #6 0x7f84e64766f5 in get_provider_store crypto/provider_core.c:251 #7 0x7f84e647a1b9 in ossl_provider_doall_activated crypto/provider_core.c:1159 #8 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #9 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #10 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #13 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #14 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #15 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #16 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #17 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #18 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #19 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #20 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #21 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #22 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #23 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #24 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #25 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #26 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #27 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #28 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #29 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236

Indirect leak of 48 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e64645f9 in ossl_crypto_get_ex_new_index_ex crypto/ex_data.c:171 #4 0x7f84e645eefc in ossl_lib_ctx_init_index crypto/context.c:334 #5 0x7f84e645f421 in ossl_lib_ctx_get_data crypto/context.c:389 #6 0x7f84e646296c in ossl_namemap_stored crypto/core_namemap.c:473 #7 0x7f84e642f46a in inner_evp_generic_fetch crypto/evp/evp_fetch.c:247 #8 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #9 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #10 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #11 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #12 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #13 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #14 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #15 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #16 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #17 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #18 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #19 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #20 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #21 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #22 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #23 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #24 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #25 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #26 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #27 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 48 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e64645f9 in ossl_crypto_get_ex_new_index_ex crypto/ex_data.c:171 #4 0x7f84e645eefc in ossl_lib_ctx_init_index crypto/context.c:334 #5 0x7f84e645f421 in ossl_lib_ctx_get_data crypto/context.c:389 #6 0x7f84e642eabb in get_evp_method_store crypto/evp/evp_fetch.c:82 #7 0x7f84e642f42d in inner_evp_generic_fetch crypto/evp/evp_fetch.c:246 #8 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #9 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #10 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #11 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #12 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #13 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #14 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #15 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #16 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #17 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #18 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #19 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #20 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #21 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #22 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #23 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #24 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #25 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #26 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #27 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 48 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e64645f9 in ossl_crypto_get_ex_new_index_ex crypto/ex_data.c:171 #4 0x7f84e645eefc in ossl_lib_ctx_init_index crypto/context.c:334 #5 0x7f84e645f421 in ossl_lib_ctx_get_data crypto/context.c:389 #6 0x7f84e630c1cf in OSSL_provider_init_int providers/fips/fipsprov.c:667 #7 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #8 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #9 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #10 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #11 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #12 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #13 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #14 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #15 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #16 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #17 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #18 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #19 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #20 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #21 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 48 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e64645f9 in ossl_crypto_get_ex_new_index_ex crypto/ex_data.c:171 #4 0x7f84e645eefc in ossl_lib_ctx_init_index crypto/context.c:334 #5 0x7f84e645f421 in ossl_lib_ctx_get_data crypto/context.c:389 #6 0x7f84e6498643 in ossl_property_name crypto/property/property_string.c:214 #7 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #8 0x7f84e645e945 in context_init crypto/context.c:102 #9 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #10 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #11 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #12 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #13 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #14 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #15 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #16 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #17 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #18 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #19 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #20 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #21 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #22 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #23 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #24 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #25 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 46 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6530911 in ossl_prop_defn_set crypto/property/defn_cache.c:113 #4 0x7f84e6490264 in ossl_method_store_add crypto/property/property.c:286 #5 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #6 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #7 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #8 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #9 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #10 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #11 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #12 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #13 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #14 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #15 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #16 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #17 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #18 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #19 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #20 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #21 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #22 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #23 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #24 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #25 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #26 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #27 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #28 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #29 0x7f84ea25103c in ossl_init_config crypto/init.c:238

Indirect leak of 40 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e648fc63 in ossl_method_store_new crypto/property/property.c:212 #5 0x7f84e642e995 in evp_method_store_new crypto/evp/evp_fetch.c:33 #6 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #7 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #8 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #9 0x7f84e642eabb in get_evp_method_store crypto/evp/evp_fetch.c:82 #10 0x7f84e642f42d in inner_evp_generic_fetch crypto/evp/evp_fetch.c:246 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #13 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #14 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #15 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #16 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #17 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #18 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #19 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #20 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #21 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #22 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #23 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #24 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #25 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #26 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #27 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #28 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #29 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236

Indirect leak of 33 byte(s) in 5 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6466db3 in CRYPTO_strndup crypto/o_str.c:40 #4 0x7f84e64606a0 in ossl_algorithm_get1_first_name crypto/core_algorithm.c:129 #5 0x7f84e64472a6 in evp_mac_from_algorithm crypto/evp/mac_meth.c:64 #6 0x7f84e642f24c in construct_evp_method crypto/evp/evp_fetch.c:216 #7 0x7f84e6460a07 in ossl_method_construct_this crypto/core_fetch.c:70 #8 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #9 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64cc90a in OPENSSL_sk_new_reserve crypto/stack/stack.c:221 #5 0x7f84e64cc45f in OPENSSL_sk_new_null crypto/stack/stack.c:130 #6 0x7f84e646630d in CRYPTO_set_ex_data crypto/ex_data.c:470 #7 0x7f84e645edc3 in ossl_lib_ctx_generic_new crypto/context.c:312 #8 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #9 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #10 0x7f84e6498643 in ossl_property_name crypto/property/property_string.c:214 #11 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #12 0x7f84e645e945 in context_init crypto/context.c:102 #13 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #14 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #15 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #16 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #17 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #18 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #19 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #20 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #21 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #22 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #23 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #24 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #25 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #26 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #27 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #28 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #29 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64cc62e in sk_reserve crypto/stack/stack.c:192 #5 0x7f84e64cca4e in OPENSSL_sk_insert crypto/stack/stack.c:254 #6 0x7f84e64cd77c in OPENSSL_sk_push crypto/stack/stack.c:368 #7 0x7f84e6475e66 in sk_OSSL_PROVIDER_push crypto/provider_core.c:111 #8 0x7f84e647a0ae in provider_activate_fallbacks crypto/provider_core.c:1137 #9 0x7f84e647a1e2 in ossl_provider_doall_activated crypto/provider_core.c:1173 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e6497caa in property_string_data_new crypto/property/property_string.c:87 #5 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #6 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #7 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #8 0x7f84e6498643 in ossl_property_name crypto/property/property_string.c:214 #9 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #10 0x7f84e645e945 in context_init crypto/context.c:102 #11 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #12 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #13 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #14 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #15 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #16 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #17 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #18 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #19 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #20 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #21 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #22 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #23 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #24 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #25 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #26 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #27 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e64cbe57 in OPENSSL_sk_deep_copy crypto/stack/stack.c:86 #4 0x7f84e6475d89 in sk_INFOPAIR_deep_copy crypto/provider_local.h:16 #5 0x7f84e647730b in provider_new crypto/provider_core.c:374 #6 0x7f84e6479fb2 in provider_activate_fallbacks crypto/provider_core.c:1118 #7 0x7f84e647a1e2 in ossl_provider_doall_activated crypto/provider_core.c:1173 #8 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #9 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #10 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #13 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #14 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #15 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #16 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #17 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #18 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #19 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #20 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #21 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #22 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #23 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #24 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #25 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #26 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #27 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #28 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #29 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236

Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64cc90a in OPENSSL_sk_new_reserve crypto/stack/stack.c:221 #5 0x7f84e64cc45f in OPENSSL_sk_new_null crypto/stack/stack.c:130 #6 0x7f84e6463f38 in sk_EX_CALLBACK_new_null include/internal/cryptlib.h:59 #7 0x7f84e646455c in ossl_crypto_get_ex_new_index_ex crypto/ex_data.c:161 #8 0x7f84e645eefc in ossl_lib_ctx_init_index crypto/context.c:334 #9 0x7f84e645f421 in ossl_lib_ctx_get_data crypto/context.c:389 #10 0x7f84e6498643 in ossl_property_name crypto/property/property_string.c:214 #11 0x7f84e649641d in ossl_property_parse_init crypto/property/property_parse.c:546 #12 0x7f84e645e945 in context_init crypto/context.c:102 #13 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #14 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #15 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #16 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #17 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #18 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #19 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #20 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #21 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #22 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #23 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #24 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #25 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #26 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #27 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #28 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #29 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64cc90a in OPENSSL_sk_new_reserve crypto/stack/stack.c:221 #5 0x7f84e64cc482 in OPENSSL_sk_new crypto/stack/stack.c:135 #6 0x7f84e6475ddf in sk_OSSL_PROVIDER_new crypto/provider_core.c:111 #7 0x7f84e6476587 in provider_store_new crypto/provider_core.c:225 #8 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #9 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #10 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #11 0x7f84e64766f5 in get_provider_store crypto/provider_core.c:251 #12 0x7f84e647a1b9 in ossl_provider_doall_activated crypto/provider_core.c:1159 #13 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #14 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #15 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #16 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #17 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #18 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #19 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #20 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #21 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #22 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #23 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #24 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #25 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #26 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #27 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #28 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #29 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138

Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e64629a6 in ossl_namemap_new crypto/core_namemap.c:513 #5 0x7f84e64613e0 in stored_namemap_new crypto/core_namemap.c:70 #6 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #7 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #8 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #9 0x7f84e646296c in ossl_namemap_stored crypto/core_namemap.c:473 #10 0x7f84e642f46a in inner_evp_generic_fetch crypto/evp/evp_fetch.c:247 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #13 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #14 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #15 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #16 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #17 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #18 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #19 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #20 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #21 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #22 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #23 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #24 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #25 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #26 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #27 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #28 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #29 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236

Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e652f425 in ossl_sa_new crypto/sparse_array.c:65 #5 0x7f84e648f6bd in ossl_sa_ALGORITHM_new crypto/property/property.c:75 #6 0x7f84e648fca3 in ossl_method_store_new crypto/property/property.c:215 #7 0x7f84e642e995 in evp_method_store_new crypto/evp/evp_fetch.c:33 #8 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #9 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #10 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #11 0x7f84e642eabb in get_evp_method_store crypto/evp/evp_fetch.c:82 #12 0x7f84e642f42d in inner_evp_generic_fetch crypto/evp/evp_fetch.c:246 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e652cbde in OPENSSL_LH_insert crypto/lhash/lhash.c:118 #4 0x7f84e653034f in lh_PROPERTY_DEFN_ELEM_insert crypto/property/defn_cache.c:31 #5 0x7f84e65309da in ossl_prop_defn_set crypto/property/defn_cache.c:118 #6 0x7f84e6490264 in ossl_method_store_add crypto/property/property.c:286 #7 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #8 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #9 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #10 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #11 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #12 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #13 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #14 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #15 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #16 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #17 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #18 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #19 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #20 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #21 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #22 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #23 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #24 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #25 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #26 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #27 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #28 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #29 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203

Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e652cbde in OPENSSL_LH_insert crypto/lhash/lhash.c:118 #4 0x7f84e6497968 in lh_PROPERTY_STRING_insert crypto/property/property_string.c:34 #5 0x7f84e649813c in ossl_property_string crypto/property/property_string.c:158 #6 0x7f84e64987ad in ossl_property_value crypto/property/property_string.c:238 #7 0x7f84e6493d50 in parse_unquoted crypto/property/property_parse.c:221 #8 0x7f84e6494517 in parse_value crypto/property/property_parse.c:253 #9 0x7f84e6494e0d in ossl_parse_property crypto/property/property_parse.c:333 #10 0x7f84e64901c2 in ossl_method_store_add crypto/property/property.c:283 #11 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #12 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #13 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #14 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #15 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #16 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #17 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #18 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #19 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #20 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #21 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #22 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #23 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #24 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #25 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #26 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #27 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #28 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #29 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375

Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e6373619 in ossl_prov_ctx_new providers/common/provider_ctx.c:16 #5 0x7f84e630c7b0 in ossl_fips_intern_provider_init providers/fips/fipsprov.c:747 #6 0x7f84e647906c in provider_init crypto/provider_core.c:818 #7 0x7f84e64798dc in provider_activate crypto/provider_core.c:994 #8 0x7f84e647a02c in provider_activate_fallbacks crypto/provider_core.c:1132 #9 0x7f84e647a1e2 in ossl_provider_doall_activated crypto/provider_core.c:1173 #10 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #11 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e652cbde in OPENSSL_LH_insert crypto/lhash/lhash.c:118 #4 0x7f84e6497968 in lh_PROPERTY_STRING_insert crypto/property/property_string.c:34 #5 0x7f84e649813c in ossl_property_string crypto/property/property_string.c:158 #6 0x7f84e64987ad in ossl_property_value crypto/property/property_string.c:238 #7 0x7f84e6496473 in ossl_property_parse_init crypto/property/property_parse.c:551 #8 0x7f84e645e945 in context_init crypto/context.c:102 #9 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #10 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #11 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #12 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #13 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #14 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #15 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #16 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #17 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #18 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #19 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #20 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #21 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #22 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #23 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #24 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #25 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 24 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e652cbde in OPENSSL_LH_insert crypto/lhash/lhash.c:118 #4 0x7f84e6497968 in lh_PROPERTY_STRING_insert crypto/property/property_string.c:34 #5 0x7f84e649813c in ossl_property_string crypto/property/property_string.c:158 #6 0x7f84e64987ad in ossl_property_value crypto/property/property_string.c:238 #7 0x7f84e6496445 in ossl_property_parse_init crypto/property/property_parse.c:550 #8 0x7f84e645e945 in context_init crypto/context.c:102 #9 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #10 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #11 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #12 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #13 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #14 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #15 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #16 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #17 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #18 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #19 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #20 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #21 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #22 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #23 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #24 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #25 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 20 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6497df6 in new_property_string crypto/property/property_string.c:123 #4 0x7f84e6498112 in ossl_property_string crypto/property/property_string.c:157 #5 0x7f84e64987ad in ossl_property_value crypto/property/property_string.c:238 #6 0x7f84e6493d50 in parse_unquoted crypto/property/property_parse.c:221 #7 0x7f84e6494517 in parse_value crypto/property/property_parse.c:253 #8 0x7f84e6494e0d in ossl_parse_property crypto/property/property_parse.c:333 #9 0x7f84e64901c2 in ossl_method_store_add crypto/property/property.c:283 #10 0x7f84e642f16d in put_evp_method_in_store crypto/evp/evp_fetch.c:187 #11 0x7f84e6460b53 in ossl_method_construct_this crypto/core_fetch.c:87 #12 0x7f84e645ffba in algorithm_do_this crypto/core_algorithm.c:65 #13 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #14 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #15 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #16 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #17 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #18 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #19 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #20 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #21 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #22 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #23 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #24 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #25 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #26 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #27 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #28 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #29 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239

Indirect leak of 19 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6497df6 in new_property_string crypto/property/property_string.c:123 #4 0x7f84e6498112 in ossl_property_string crypto/property/property_string.c:157 #5 0x7f84e64987ad in ossl_property_value crypto/property/property_string.c:238 #6 0x7f84e6496445 in ossl_property_parse_init crypto/property/property_parse.c:550 #7 0x7f84e645e945 in context_init crypto/context.c:102 #8 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #9 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #10 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #11 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #12 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #13 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #14 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #15 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #16 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #17 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #18 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #19 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #20 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #21 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #22 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #23 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #24 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 18 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6497df6 in new_property_string crypto/property/property_string.c:123 #4 0x7f84e6498112 in ossl_property_string crypto/property/property_string.c:157 #5 0x7f84e64987ad in ossl_property_value crypto/property/property_string.c:238 #6 0x7f84e6496473 in ossl_property_parse_init crypto/property/property_parse.c:551 #7 0x7f84e645e945 in context_init crypto/context.c:102 #8 0x7f84e645ec5f in OSSL_LIB_CTX_new crypto/context.c:191 #9 0x7f84e630c18f in OSSL_provider_init_int providers/fips/fipsprov.c:657 #10 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #11 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #12 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #13 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #14 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #15 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #16 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #17 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #18 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #19 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #20 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #21 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #22 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #23 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #24 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 8 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252c3c in CRYPTO_zalloc crypto/mem.c:191 #3 0x7f84e630cc18 in CRYPTO_zalloc providers/fips/fipsprov.c:828 #4 0x7f84e648f810 in ossl_ctx_global_properties_new crypto/property/property.c:99 #5 0x7f84e645ed6f in ossl_lib_ctx_generic_new crypto/context.c:303 #6 0x7f84e64662b7 in ossl_crypto_alloc_ex_data_intern crypto/ex_data.c:456 #7 0x7f84e645f557 in ossl_lib_ctx_get_data crypto/context.c:407 #8 0x7f84e648f83d in ossl_ctx_global_properties crypto/property/property.c:117 #9 0x7f84e6490bf1 in ossl_method_store_fetch crypto/property/property.c:427 #10 0x7f84e642eef6 in get_evp_method_from_store crypto/evp/evp_fetch.c:149 #11 0x7f84e64610c6 in ossl_method_construct crypto/core_fetch.c:132 #12 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #13 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #14 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #15 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #16 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #17 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #18 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #19 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #20 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #21 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #22 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #23 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #24 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #25 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #26 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #27 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #28 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #29 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64

Indirect leak of 5 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84e630cbe4 in CRYPTO_malloc providers/fips/fipsprov.c:823 #3 0x7f84e6466d32 in CRYPTO_strdup crypto/o_str.c:24 #4 0x7f84e64772ab in provider_new crypto/provider_core.c:373 #5 0x7f84e6479fb2 in provider_activate_fallbacks crypto/provider_core.c:1118 #6 0x7f84e647a1e2 in ossl_provider_doall_activated crypto/provider_core.c:1173 #7 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #8 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #9 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #10 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #11 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #12 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #13 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #14 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #15 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #16 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #17 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #18 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #19 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #20 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #21 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #22 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #23 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #24 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #25 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #26 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #27 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #28 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236 #29 0x7f84e9b3047e in __pthread_once_slow /build/glibc-eX1tMB/glibc-2.31/nptl/pthread_once.c:116

Indirect leak of 1 byte(s) in 1 object(s) allocated from: #0 0x7f84eaaeabc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8) #1 0x7f84ea252c0d in CRYPTO_malloc crypto/mem.c:184 #2 0x7f84ea252ccb in CRYPTO_realloc crypto/mem.c:207 #3 0x7f84e630ccc0 in CRYPTO_realloc providers/fips/fipsprov.c:843 #4 0x7f84e647b084 in ossl_provider_set_operation_bit crypto/provider_core.c:1436 #5 0x7f84e646093a in ossl_method_construct_postcondition crypto/core_fetch.c:60 #6 0x7f84e646013d in algorithm_do_this crypto/core_algorithm.c:74 #7 0x7f84e647a4cb in ossl_provider_doall_activated crypto/provider_core.c:1225 #8 0x7f84e64604f2 in ossl_algorithm_do_all crypto/core_algorithm.c:109 #9 0x7f84e6460ff9 in ossl_method_construct crypto/core_fetch.c:120 #10 0x7f84e642fa19 in inner_evp_generic_fetch crypto/evp/evp_fetch.c:317 #11 0x7f84e642feec in evp_generic_fetch crypto/evp/evp_fetch.c:369 #12 0x7f84e6447a8d in EVP_MAC_fetch crypto/evp/mac_meth.c:163 #13 0x7f84e630d43b in verify_integrity providers/fips/self_test.c:194 #14 0x7f84e630de1d in SELF_TEST_post providers/fips/self_test.c:307 #15 0x7f84e630c4ec in OSSL_provider_init_int providers/fips/fipsprov.c:703 #16 0x7f84e630a0ec in OSSL_provider_init providers/fips/fips_entry.c:18 #17 0x7f84ea26e51b in provider_init crypto/provider_core.c:818 #18 0x7f84ea26f3e0 in provider_activate crypto/provider_core.c:994 #19 0x7f84ea26f838 in ossl_provider_activate crypto/provider_core.c:1061 #20 0x7f84ea269bf5 in provider_conf_load crypto/provider_conf.c:174 #21 0x7f84ea26a189 in provider_conf_init crypto/provider_conf.c:240 #22 0x7f84ea0617f8 in module_init crypto/conf/conf_mod.c:375 #23 0x7f84ea061171 in module_run crypto/conf/conf_mod.c:239 #24 0x7f84ea060e81 in CONF_modules_load crypto/conf/conf_mod.c:138 #25 0x7f84ea060fa6 in CONF_modules_load_file_ex crypto/conf/conf_mod.c:181 #26 0x7f84ea06104a in CONF_modules_load_file crypto/conf/conf_mod.c:203 #27 0x7f84ea062777 in ossl_config_int crypto/conf/conf_sap.c:64 #28 0x7f84ea25103c in ossl_init_config crypto/init.c:238 #29 0x7f84ea25101d in ossl_init_config_ossl_ crypto/init.c:236

SUMMARY: AddressSanitizer: 120712 byte(s) leaked in 435 allocation(s).

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 20 (20 by maintainers)

Commits related to this issue

Most upvoted comments