aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/misc.supp
blob: 4e4424b6cd8b080b580b75d4183e55f98b17cbc0 (plain) (blame)
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
40
41
42
43
44
45
46
47
48
49
{
   <get_log_call_status>
   Memcheck:Leak
   fun:malloc
   ...
   fun:re_acquire_state_context
   fun:build_trtable
   fun:re_search_internal
   fun:regexec@@GLIBC_2.3.4
   fun:GNUNET_get_log_call_status
   ...
}
{
   <log_setup>
   Memcheck:Leak
   ...
   fun:GNUNET_log_setup   
   ...
}
{
   <get_log_status>
   Memcheck:Leak
   ...
   fun:GNUNET_get_log_call_status
   ...
}
{
   <linux-loader>
   Memcheck:Leak
   fun:malloc
   obj:/lib/i386-linux-gnu/libgcrypt.so.11.7.0
   ...
   obj:/lib/i386-linux-gnu/ld-2.15.so
}
{
   <glibc-networking>
   Memcheck:Leak
   fun:malloc
   fun:make_request
   fun:__check_pf
}
{
   <crypto-reachable>
   Memcheck:Leak
   ...
   fun:GNUNET_CRYPTO_random_init
   fun:call_init
   ...
}