From: Sebastian Harl Date: Tue, 3 Feb 2015 13:26:20 +0000 (+0100) Subject: valgrind.suppress: Ignore a Memcheck:Cond error in libcrypto. X-Git-Tag: sysdb-0.7.0~9 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=0c16d15b68164c504ceea3daca693e8c1f1026fa valgrind.suppress: Ignore a Memcheck:Cond error in libcrypto. This happens with the libssl version on Travis. --- 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 + ... +}