aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-02-12 10:23:22 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-02-12 10:23:22 +0000
commitb222242689dc3b154736926e8c7c207adf7c71c6 (patch)
treecc5103cd8fbe6c233a599c099c76df9d59c9ea71 /src/util
parent98e59e7eb847f1e1f2c17a3be29fea9d23266fff (diff)
downloadgnunet-b222242689dc3b154736926e8c7c207adf7c71c6.tar.gz
gnunet-b222242689dc3b154736926e8c7c207adf7c71c6.zip
- Add suppressions file for util.
Diffstat (limited to 'src/util')
-rw-r--r--src/util/util.supp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/util/util.supp b/src/util/util.supp
new file mode 100644
index 000000000..f04775cac
--- /dev/null
+++ b/src/util/util.supp
@@ -0,0 +1,11 @@
1{
2 cache-libexecdir-value
3 Memcheck:Leak
4 fun:malloc
5 fun:GNUNET_xmalloc_unchecked_
6 fun:GNUNET_xmalloc_
7 fun:GNUNET_asprintf
8 fun:GNUNET_OS_installation_get_path
9 fun:GNUNET_OS_get_libexec_binary_path
10 ...
11} \ No newline at end of file