[glib-networking/wip/nacho/openssl: 12/12] fixup! Add suppression for openssl



commit 6df0333f54ad14fb07fa4920c6eeebccc9817e88
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Sep 19 10:59:04 2018 +0200

    fixup! Add suppression for openssl

 .gitlab-ci.yml      | 1 -
 tls/tests/asan.supp | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5529762..d78bb8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,6 @@ build_stable:
     - dnf -y debuginfo-install $ADDITIONAL_DEBUG_INFO
   script:
     - export LSAN_OPTIONS=suppressions=$PWD/tls/tests/asan.supp
-    - env
     - mkdir build
     - cd build
     - meson .. -Dopenssl=auto -Db_sanitize=address
diff --git a/tls/tests/asan.supp b/tls/tests/asan.supp
index 00c8e65..5a2575b 100644
--- a/tls/tests/asan.supp
+++ b/tls/tests/asan.supp
@@ -1 +1 @@
-leak:/lib64/libcrypto.so*
+leak:X509_verify_cert


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]