aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/misc.supp
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/misc.supp')
-rw-r--r--src/testbed/misc.supp34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/testbed/misc.supp b/src/testbed/misc.supp
new file mode 100644
index 000000000..c8f9ca3e3
--- /dev/null
+++ b/src/testbed/misc.supp
@@ -0,0 +1,34 @@
1{
2 <get_log_call_status>
3 Memcheck:Leak
4 fun:malloc
5 ...
6 fun:re_acquire_state_context
7 fun:build_trtable
8 fun:re_search_internal
9 fun:regexec@@GLIBC_2.3.4
10 fun:GNUNET_get_log_call_status
11 ...
12}
13{
14 <log_setup>
15 Memcheck:Leak
16 ...
17 fun:GNUNET_log_setup
18 ...
19}
20{
21 <get_log_status>
22 Memcheck:Leak
23 ...
24 fun:GNUNET_get_log_call_status
25 ...
26}
27{
28 <linux-loader>
29 Memcheck:Leak
30 fun:malloc
31 obj:/lib/i386-linux-gnu/libgcrypt.so.11.7.0
32 ...
33 obj:/lib/i386-linux-gnu/ld-2.15.so
34}