Code

integration/test_lib.sh: Store the CA serial in $TESTDIR.
[sysdb.git] / t / valgrind.suppress
index 7d624227572499309a23a21b0930a27a2c9ee4c1..67d05fda0031ae646ecce5daff6076a6c1f38688 100644 (file)
    fun:__nss_database_lookup
    ...
 }
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   ...
+   fun:dl_open_worker
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   ...
+   fun:ASN1_item_ex_d2i
+   ...
+}