[Spice-devel] [PATCH spice-server 2/2] ci: Ignore leak from GnuTLS p11 call

Frediano Ziglio fziglio at redhat.com
Fri Nov 9 10:06:35 UTC 2018


Fix Fedora 29 one-time leak.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/tests/valgrind/glib.supp | 10 ++++++++++
 1 file changed, 10 insertions(+)

See https://gitlab.freedesktop.org/fziglio/spice/-/jobs/41884 for
results, this commit fix Gitlab CI.

diff --git a/server/tests/valgrind/glib.supp b/server/tests/valgrind/glib.supp
index e95f1cb2..ca0684d6 100644
--- a/server/tests/valgrind/glib.supp
+++ b/server/tests/valgrind/glib.supp
@@ -572,3 +572,13 @@
 	...
 	fun:gnutls_rnd
 }
+
+{
+	gnutls_tls_p11_kit_leak
+	Memcheck:Leak
+	fun:malloc
+	...
+	fun:__tls_get_addr
+	...
+	fun:p11_kit_modules_load
+}
-- 
2.17.2



More information about the Spice-devel mailing list