mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
tests: Add a valgrind suppression for getaddrino leak.
https://bugzilla.redhat.com/show_bug.cgi?id=859717
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user