valgrind: suppress kexinit leaks

This commit is contained in:
Edward Thomson
2019-11-23 13:02:29 +11:00
parent fd831275ce
commit 7adc32d525

View File

@@ -86,6 +86,7 @@
...
fun:gcry_mpi_scan
obj:*libssh2.so*
...
}
{
@@ -116,13 +117,21 @@
ignore-libssh2-gcrypt-session-handshake
Memcheck:Leak
...
obj:*libgcrypt.so*
obj:*libssh2.so*
obj:*libssh2.so*
fun:libssh2_session_handshake
...
}
{
ignore-libssh2-kexinit
Memcheck:Leak
...
obj:*libssh2.so*
fun:kexinit
...
}
{
ignore-noai6ai_cached-double-free
Memcheck:Free