From 6df3ec4a520ad9ee43f71cfc4443c00a27e414af Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sat, 23 Nov 2019 21:14:32 +1100 Subject: [PATCH] valgrind: suppress libssh2_rsa_sha1_sign leaks --- script/valgrind.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/script/valgrind.supp b/script/valgrind.supp index 147c659ff..8459a71ad 100644 --- a/script/valgrind.supp +++ b/script/valgrind.supp @@ -123,6 +123,15 @@ ... } +{ + ignore-libssh2-rsa-sha1-sign + Memcheck:Leak + ... + obj:*libgcrypt.so* + fun:_libssh2_rsa_sha1_sign + ... +} + { ignore-libssh2-kexinit Memcheck:Leak