summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-08-14 11:42:38 +0200
committerAndreas Schneider <asn@samba.org>2018-08-17 14:27:25 +0200
commit5bbd6ad51830daa0fa18b8d32fc591e1710cf222 (patch)
treef7518ba1163226cd89a7832f1b048f7c08016cfa /tests
parent0053c607acb62f3c7ae66ba0d881d63a2d0bd03e (diff)
downloadsocket_wrapper-5bbd6ad51830daa0fa18b8d32fc591e1710cf222.tar.gz
socket_wrapper-5bbd6ad51830daa0fa18b8d32fc591e1710cf222.tar.xz
socket_wrapper-5bbd6ad51830daa0fa18b8d32fc591e1710cf222.zip
tests: Update valgrind suppression file
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/valgrind.supp10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp
index 9857825..fe86f04 100644
--- a/tests/valgrind.supp
+++ b/tests/valgrind.supp
@@ -4,7 +4,7 @@
Memcheck:Leak
fun:calloc
fun:_dlerror_run
- fun:dlopen@@GLIBC_2.2.5
+ fun:dlopen
}
{
@@ -14,3 +14,11 @@
fun:_dlerror_run
fun:dlclose
}
+
+{
+ glibc_dlsym_alloc
+ Memcheck:Leak
+ fun:calloc
+ fun:_dlerror_run
+ fun:dlsym
+}