valgrind supps: getaddrinfo leaks when resolving addresses
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 20:33:27 +0000 (22:33 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 23:07:21 +0000 (01:07 +0200)
https://lists.debian.org/debian-glibc/2016/03/msg00243.html

tests/check/gst-plugins-base.supp

index 90f1cd2..e217ee9 100644 (file)
    fun:set_default_locale
    fun:main
 }
+{
+   <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:__resolv_conf_allocate
+   fun:__resolv_conf_load
+   fun:__resolv_conf_get_current
+   fun:__res_vinit
+   fun:context_get.part.1
+   fun:gaih_inet.constprop.7
+   fun:getaddrinfo
+   ...
+}