summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/memcheck/suppressions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/valgrind/memcheck/suppressions.txt')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index d0a199b..47f9529 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -67,6 +67,21 @@
fun:FcPatternObjectAddWithBinding
}
{
+ bug_18590
+ Memcheck:Leak
+ fun:malloc
+ fun:FcConfigValues
+ fun:FcConfigValues
+ fun:FcConfigValues
+ fun:FcConfigValues
+ fun:FcConfigValues
+ fun:FcConfigValues
+ fun:FcConfigValues
+ fun:FcConfigValues
+ fun:FcConfigSubstituteWithPat
+ fun:FcConfigSubstitute
+}
+{
dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug
Memcheck:Value4
...