Changeset 9456efe in mod_gnutls
- Timestamp:
- Nov 10, 2021, 4:28:03 PM (17 months ago)
- Branches:
- main, master
- Children:
- ae5d70e
- Parents:
- 02dc6cd
- git-author:
- Fiona Klute <fiona.klute@…> (11/10/21 16:26:47)
- git-committer:
- Fiona Klute <fiona.klute@…> (11/10/21 16:28:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/suppressions.valgrind
r02dc6cd r9456efe 82 82 fun:p11_kit_module_load 83 83 } 84 85 # This leak during softhsm init appeared in CI with the update from 86 # Debian Buster to Bullseye. 87 { 88 softhsm_init 89 Memcheck:Leak 90 match-leak-kinds: definite 91 fun:malloc 92 fun:CRYPTO_zalloc 93 fun:ENGINE_new 94 ... 95 fun:CRYPTO_THREAD_run_once 96 fun:OPENSSL_init_crypto 97 ... 98 obj:/usr/lib/*/softhsm/libsofthsm2.so 99 fun:C_Initialize 100 obj:/usr/lib/*/libp11-kit.so.* 101 obj:/usr/lib/*/libp11-kit.so.* 102 fun:p11_kit_module_initialize 103 fun:gnutls_pkcs11_add_provider 104 }
Note: See TracChangeset
for help on using the changeset viewer.