From eb29876e341ded9dda2a4ac164cc4d92fff3381f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 12 Jan 2018 14:24:30 +0800 Subject: [PATCH] teuthology/task/install/valgrind.supp: add suppression for dlopen() should cover the case of malloc() in addition to calloc() Fixes: http://tracker.ceph.com/issues/22438 Signed-off-by: Kefu Chai --- teuthology/task/install/valgrind.supp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/install/valgrind.supp b/teuthology/task/install/valgrind.supp index 02fec089f..c9b461f92 100644 --- a/teuthology/task/install/valgrind.supp +++ b/teuthology/task/install/valgrind.supp @@ -486,7 +486,7 @@ dlopen() with -lceph-common https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700899 Memcheck:Leak match-leak-kinds: reachable - fun:calloc + fun:*alloc ... fun:_dlerror_run fun:dlopen@@GLIBC_2.2.5 -- 2.47.3