Code

valgrind.suppress: Ignore a Memcheck:Cond error in libcrypto.
authorSebastian Harl <sh@tokkee.org>
Tue, 3 Feb 2015 13:26:20 +0000 (14:26 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 3 Feb 2015 13:26:20 +0000 (14:26 +0100)
This happens with the libssl version on Travis.

t/valgrind.suppress

index d0cd09efe05debd5b1ae6115aad1993c0d5138a5..67d05fda0031ae646ecce5daff6076a6c1f38688 100644 (file)
    fun:dl_open_worker
    ...
 }
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:ASN1_item_ex_d2i
+   ...
+}