Commit 9cc4ba5c by Edward Thomson

valgrind: extend the suppressions file

Newer dependencies means newer places to leak!
parent d82800e8
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
} }
{ {
ignore-libssh2-gcrypt-leak ignore-libssh2-gcrypt-control-leak
Memcheck:Leak Memcheck:Leak
... ...
fun:gcry_control fun:gcry_control
...@@ -64,6 +64,46 @@ ...@@ -64,6 +64,46 @@
} }
{ {
ignore-libssh2-gcrypt-mpinew-leak
Memcheck:Leak
...
fun:gcry_mpi_new
obj:*libssh2.so*
}
{
ignore-libssh2-gcrypt-mpiscan-leak
Memcheck:Leak
...
fun:gcry_mpi_scan
obj:*libssh2.so*
}
{
ignore-libssh2-gcrypt-randomize-leak
Memcheck:Leak
...
fun:gcry_randomize
obj:*libssh2.so*
}
{
ignore-libssh2-gcrypt-sexpfindtoken-leak
Memcheck:Leak
...
fun:gcry_sexp_find_token
obj:*libssh2.so*
}
{
ignore-libssh2-gcrypt-pksign-leak
Memcheck:Leak
...
fun:gcry_pk_sign
obj:*libssh2.so*
}
{
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