Commit 7adc32d5 by Edward Thomson

valgrind: suppress kexinit leaks

parent fd831275
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
... ...
fun:gcry_mpi_scan fun:gcry_mpi_scan
obj:*libssh2.so* obj:*libssh2.so*
...
} }
{ {
...@@ -116,7 +117,6 @@ ...@@ -116,7 +117,6 @@
ignore-libssh2-gcrypt-session-handshake ignore-libssh2-gcrypt-session-handshake
Memcheck:Leak Memcheck:Leak
... ...
obj:*libgcrypt.so*
obj:*libssh2.so* obj:*libssh2.so*
obj:*libssh2.so* obj:*libssh2.so*
fun:libssh2_session_handshake fun:libssh2_session_handshake
...@@ -124,6 +124,15 @@ ...@@ -124,6 +124,15 @@
} }
{ {
ignore-libssh2-kexinit
Memcheck:Leak
...
obj:*libssh2.so*
fun:kexinit
...
}
{
ignore-noai6ai_cached-double-free ignore-noai6ai_cached-double-free
Memcheck:Free Memcheck:Free
fun:free fun:free
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment