Changeset 9456efe in mod_gnutls


Ignore:
Timestamp:
Nov 10, 2021, 4:28:03 PM (17 months ago)
Author:
Fiona Klute <fiona.klute@…>
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)
Message:

Valgrind suppression for a leak in SoftHSM initialization

This leak during SoftHSM init appeared in CI with the update from
Debian Buster to Bullseye, not sure if the cause is in SoftHSM or one
of the underlying crypto libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/suppressions.valgrind

    r02dc6cd r9456efe  
    8282   fun:p11_kit_module_load
    8383}
     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.