Code

valgrind.suppress: Ignore a Memcheck:Cond error in libcrypto.
[sysdb.git] / t / valgrind.suppress
index d0cd09efe05debd5b1ae6115aad1993c0d5138a5..67d05fda0031ae646ecce5daff6076a6c1f38688 100644 (file)
    fun:dl_open_worker
    ...
 }
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:ASN1_item_ex_d2i
+   ...
+}