From 0c16d15b68164c504ceea3daca693e8c1f1026fa Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 3 Feb 2015 14:26:20 +0100 Subject: [PATCH] valgrind.suppress: Ignore a Memcheck:Cond error in libcrypto. This happens with the libssl version on Travis. --- t/valgrind.suppress | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/t/valgrind.suppress b/t/valgrind.suppress index d0cd09e..67d05fd 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -39,3 +39,10 @@ fun:dl_open_worker ... } +{ + + Memcheck:Cond + ... + fun:ASN1_item_ex_d2i + ... +} -- 2.30.2