Use Suffix Extensions in Makefiles (doc, src/{arm,dht,integration,statistics}) for...
[oweals/gnunet.git] / src / testbed / misc.supp
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 }
35 {
36    <glibc-networking>
37    Memcheck:Leak
38    fun:malloc
39    fun:make_request
40    fun:__check_pf
41 }
42 {
43    <crypto-reachable>
44    Memcheck:Leak
45    ...
46    fun:GNUNET_CRYPTO_random_init
47    fun:call_init
48    ...
49 }