tests: Add a valgrind suppression for getaddrino leak.

https://bugzilla.redhat.com/show_bug.cgi?id=859717
This commit is contained in:
Andreas Schneider
2012-10-09 11:19:31 +02:00
parent a59a379ce4
commit e8118c5be4

View File

@@ -6,6 +6,16 @@
...
fun:regcomp
}
{
glibc_getaddrinfo_leak
Memcheck:Leak
fun:malloc
fun:make_request
fun:__check_pf
fun:getaddrinfo
fun:getai
fun:ssh_connect_host_nonblocking
}
### OPENSSL
{