Browse code

adding libltdl valgrind supression for newer distros

Mickey Sola authored on 2016/06/22 01:11:23
Showing 1 changed files
... ...
@@ -108,4 +108,12 @@
108 108
    fun:find_handle_callback
109 109
    fun:foreach_dirinpath
110 110
    ...
111
-}
112 111
\ No newline at end of file
112
+}
113
+{
114
+   lib-ltdl
115
+   Memcheck:Addr8
116
+   obj:/libexec/ld-elf*
117
+   ...
118
+   obj:/usr/*lib*/libltdl*
119
+   fun:lt_dlopen
120
+}