tests: fix up valgrind suppressions for glibc getaddrinfo leaks

Make more flexible. There is an extra
  gethostbyname2_r@@GLIBC_2.2.5 (getXXbyYY_r.c:217)
in the trace on the build bots (F30).

Fixes the -base and -good valgrind jobs on the 1.16 branch CI.
This commit is contained in:
Tim-Philipp Müller 2019-09-08 01:03:57 +01:00
parent 51e49ab96b
commit c8d0edfea9

View file

@ -597,6 +597,7 @@
fun:__res_vinit fun:__res_vinit
... ...
fun:context_get.part.1 fun:context_get.part.1
...
fun:gaih_inet.constprop.7 fun:gaih_inet.constprop.7
fun:getaddrinfo fun:getaddrinfo
... ...