]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/task/install/valgrind.supp: add suppression for dlopen() 1144/head
authorKefu Chai <kchai@redhat.com>
Fri, 12 Jan 2018 06:24:30 +0000 (14:24 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 12 Jan 2018 06:24:36 +0000 (14:24 +0800)
should cover the case of malloc() in addition to calloc()

Fixes: http://tracker.ceph.com/issues/22438
Signed-off-by: Kefu Chai <kchai@redhat.com>
teuthology/task/install/valgrind.supp

index 02fec089f619a32da2ed15f222147c3e17ebe30d..c9b461f928a2143e022a3a8c3b040b9b199d1271 100644 (file)
   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