aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-05 13:36:09 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-05 13:36:09 +0000
commit3914b139a3c434d6a81e46628b2c0b1cc446717c (patch)
tree0f5c0ddacf4ff04efe9da8b11dbf40296d84f003 /src/stream
parent59367a58d0a8b2882c396a681146589a53b5b96e (diff)
downloadgnunet-3914b139a3c434d6a81e46628b2c0b1cc446717c.tar.gz
gnunet-3914b139a3c434d6a81e46628b2c0b1cc446717c.zip
suppressions for mesh
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/mesh.supp62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/stream/mesh.supp b/src/stream/mesh.supp
new file mode 100644
index 000000000..7e3de9f07
--- /dev/null
+++ b/src/stream/mesh.supp
@@ -0,0 +1,62 @@
1{
2 <stream_open_to_mesh>
3 Memcheck:Leak
4 fun:malloc
5 ...
6 fun:GNUNET_PEER_intern
7 fun:GNUNET_MESH_peer_request_connect_add
8 fun:GNUNET_STREAM_open
9 fun:stream_ca
10 fun:configuration_receiver
11 fun:handle_peer_config
12 fun:message_handler
13 fun:receive_task
14}
15{
16 <unknown_from_mesh>
17 Memcheck:Leak
18 fun:malloc
19 fun:GNUNET_xmalloc_unchecked_
20 fun:GNUNET_xmalloc_
21 fun:GNUNET_CONTAINER_multihashmap_put
22 fun:GNUNET_PEER_intern
23 fun:process_tunnel_created
24 fun:msg_received
25 fun:receive_task
26 fun:run_ready
27 fun:GNUNET_SCHEDULER_run
28 fun:GNUNET_PROGRAM_run2
29 fun:GNUNET_PROGRAM_run
30}
31{
32 <stream_open_to_mesh_via_request_connect_add>
33 Memcheck:Leak
34 fun:malloc
35 fun:GNUNET_xmalloc_unchecked_
36 fun:GNUNET_xmalloc_
37 fun:GNUNET_CONTAINER_multihashmap_create
38 fun:GNUNET_PEER_intern
39 fun:GNUNET_MESH_peer_request_connect_add
40 fun:GNUNET_STREAM_open
41 fun:stream_ca
42 fun:configuration_receiver
43 fun:handle_peer_config
44 fun:message_handler
45 fun:receive_task
46}
47{
48 <stream_open_to_mesh_via_request_connect_add2>
49 Memcheck:Leak
50 fun:malloc
51 fun:GNUNET_xmalloc_unchecked_
52 fun:GNUNET_xmalloc_
53 fun:GNUNET_xgrow_
54 fun:GNUNET_PEER_intern
55 fun:GNUNET_MESH_peer_request_connect_add
56 fun:GNUNET_STREAM_open
57 fun:stream_ca
58 fun:configuration_receiver
59 fun:handle_peer_config
60 fun:message_handler
61 fun:receive_task
62}