aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/misc.supp
blob: c8f9ca3e3350099cbf357a1405885a9f31e6efc0 (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
{
   <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
}