mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
valgrind supps: bring getaddrinfo suppression from -base
This commit is contained in:
parent
e74e1ec6bd
commit
a9f01a88b8
1 changed files with 15 additions and 0 deletions
|
@ -170,3 +170,18 @@
|
||||||
...
|
...
|
||||||
fun:twolame_encode_flush
|
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
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue