summaryrefslogtreecommitdiff
path: root/build/gcrypt.supp
blob: 05ff395983fbb1a16509db4ce82506d74f4fdf31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
   gpg_err_init
   Memcheck:Leak
   ...
   fun:gpg_err_init
}
{
   _gcry_module_add
   Memcheck:Leak
   ...
   fun:_gcry_module_add
}
{
   _gcry_rngcsprng_create_nonce
   Memcheck:Leak
   ...
   fun:_gcry_malloc
   ...
   fun:initialize
   fun:_gcry_rngcsprng_create_nonce
}
{
   _gcry_rngcsprng_create_nonce
   Memcheck:Leak
   ...
   fun:_gcry_malloc
   ...
   fun:initialize
   fun:_gcry_rngcsprng_randomize
}
{
   gcry_control__init
   Memcheck:Leak
   ...
   fun:glib_thread_mutex_init
   ...
   fun:_gcry_vcontrol
   fun:gcry_control
}