From 0c807e605fe501a70e8188014358f9ceeb8d02c2 Mon Sep 17 00:00:00 2001
From: Eric Cano <Eric.Cano@cern.ch>
Date: Sun, 22 Nov 2015 19:26:56 +0100
Subject: [PATCH] Added support for variations of external libraries related
 errors.

---
 tests/valgrind.suppr | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/tests/valgrind.suppr b/tests/valgrind.suppr
index 8da0271878..611635aee9 100644
--- a/tests/valgrind.suppr
+++ b/tests/valgrind.suppr
@@ -165,7 +165,7 @@
    fun:calloc
    fun:_dlerror_run
    fun:dlopen@@GLIBC_2.2.5
-   fun:__tracepoints__ptrs_init
+   ...
    obj:/usr/lib64/liblttng-ust.so.0.0.0
    obj:/usr/lib64/liblttng-ust.so.0.0.0
 }
@@ -209,7 +209,7 @@
    fun:_dl_catch_error
    fun:_dlerror_run
    fun:dlopen@@GLIBC_2.2.5
-   fun:__tracepoints__ptrs_init
+   ...
    obj:/usr/lib64/liblttng-ust.so.0.0.0
    obj:/usr/lib64/liblttng-ust.so.0.0.0
 }
@@ -236,3 +236,17 @@
    obj:/usr/lib64/liblttng-ust.so.0.0.0
 }
 
+{
+   xrootdclient_3
+   Memcheck:Leak
+   fun:malloc
+   fun:strdup
+   fun:_ZN11XrdSysUtils8ExecNameEv
+   fun:_ZN5XrdCl10DefaultEnvC1Ev
+   fun:_ZN5XrdCl10DefaultEnv10InitializeEv
+   obj:/usr/lib64/libXrdCl.so.2.0.0
+   obj:/usr/lib64/libXrdCl.so.2.0.0
+   obj:/usr/lib64/libXrdCl.so.2.0.0
+}
+
+
-- 
GitLab