mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
valgrind: suppress kexinit leaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user