From e2773de6815b2b041815c993c398a9b318842c6a Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 25 Jul 2012 10:05:49 +0000 Subject: [PATCH] -suppressions for logging and others --- src/testbed/misc.supp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/testbed/misc.supp 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 @@ +{ + + 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 + ... +} +{ + + Memcheck:Leak + ... + fun:GNUNET_log_setup + ... +} +{ + + Memcheck:Leak + ... + fun:GNUNET_get_log_call_status + ... +} +{ + + Memcheck:Leak + fun:malloc + obj:/lib/i386-linux-gnu/libgcrypt.so.11.7.0 + ... + obj:/lib/i386-linux-gnu/ld-2.15.so +} -- 2.25.1