Unverified Commit 9cd5240e by Patrick Steinhardt Committed by GitHub

Merge pull request #5240 from pks-t/pks/valgrind-suppress-gcrypt

valgrind: suppress memory leaks in libssh2_session_handshake
parents 3c1aa232 56d5b443
...@@ -56,6 +56,15 @@ ...@@ -56,6 +56,15 @@
} }
{ {
ignore-libssh2-init
Memcheck:Leak
...
fun:gcry_control
fun:libssh2_init
...
}
{
ignore-libssh2-gcrypt-control-leak ignore-libssh2-gcrypt-control-leak
Memcheck:Leak Memcheck:Leak
... ...
...@@ -104,6 +113,17 @@ ...@@ -104,6 +113,17 @@
} }
{ {
ignore-libssh2-gcrypt-session-handshake
Memcheck:Leak
...
obj:*libgcrypt.so*
obj:*libssh2.so*
obj:*libssh2.so*
fun:libssh2_session_handshake
...
}
{
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