mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +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
|
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
|
### OPENSSL
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user