valgrind supps: bring getaddrinfo suppression from -base
authorMathieu Duponchelle <mathieu@centricular.com>
Fri, 13 Apr 2018 18:31:07 +0000 (20:31 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Fri, 13 Apr 2018 18:31:07 +0000 (20:31 +0200)
tests/check/gst-plugins-good.supp

index 2e01b2b..643435d 100644 (file)
    ...
    fun:twolame_encode_flush
 }
+
+{
+   <getaddrinfo can leak when resolving addresses, see https://lists.debian.org/debian-glibc/2016/03/msg00243.html>
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:malloc
+   fun:__libc_alloc_buffer_allocate
+   ...
+   fun:__res_vinit
+   ...
+   fun:context_get.part.1
+   fun:gaih_inet.constprop.7
+   fun:getaddrinfo
+   ...
+}