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