Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
valgrind: suppress kexinit leaks
  • Loading branch information
ethomson committed Nov 24, 2019
commit 7adc32d5250f63d8ae9ee921baef1280cdcf9696
11 changes: 10 additions & 1 deletion script/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
...
fun:gcry_mpi_scan
obj:*libssh2.so*
...
}

{
Expand Down Expand Up @@ -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
Expand Down