Changeset f73eeb7 in mod_gnutls


Ignore:
Timestamp:
Jan 28, 2020, 5:01:21 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
d1d1e3a
Parents:
005b185
Message:

Valgrind tests: More suppressions for issues outside mod_gnutls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/suppressions.valgrind

    r005b185 rf73eeb7  
    3737   fun:make_child
    3838   fun:startup_children
    39    fun:*
    40    fun:ap_run_mpm
    41    fun:main
     39   ...
     40}
     41
     42# mod_http2 needs thread-local storage, too.
     43{
     44   http2_child_thread_init
     45   Memcheck:Leak
     46   match-leak-kinds: possible
     47   fun:calloc
     48   fun:allocate_dtv
     49   fun:_dl_allocate_tls
     50   fun:allocate_stack
     51   fun:pthread_create@*
     52   fun:activate_slot
     53   fun:h2_workers_create
     54   fun:h2_conn_child_init
     55   fun:h2_child_init
     56   fun:ap_run_child_init
     57   fun:child_main
     58   fun:make_child
     59   fun:startup_children
     60   ...
    4261}
    4362
     
    5574   fun:ap_fini_vhost_config
    5675}
     76
     77# Whatever OpenSSL does to initialize its DRBG, this happens when
     78# using SoftHSM.
     79{
     80   libcrypto_drbg_init
     81   Memcheck:Value8
     82   obj:/usr/lib/*/libcrypto.so.*
     83   fun:AES_encrypt
     84   obj:/usr/lib/*/libcrypto.so.*
     85   ...
     86   obj:/usr/lib/*/libcrypto.so.*
     87   fun:RAND_DRBG_instantiate
     88   obj:/usr/lib/*/libcrypto.so.*
     89   obj:/usr/lib/*/libcrypto.so.*
     90}
Note: See TracChangeset for help on using the changeset viewer.