[glib-networking/wip/nacho/openssl: 1/6] Add suppression for openssl
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/nacho/openssl: 1/6] Add suppression for openssl
- Date: Wed, 19 Sep 2018 09:20:44 +0000 (UTC)
commit a31d7166391bfd5d1ddb1de546831541aab9c308
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Tue Sep 11 16:10:25 2018 +0200
Add suppression for openssl
.gitlab-ci.yml | 1 +
tls/tests/asan.supp | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffc0347..d6e0487 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ build_stable:
- dnf builddep -y --nogpgcheck glib-networking
- dnf install -y --nogpgcheck $ADDITIONAL_DEPENDENCIES
script:
+ - export LSAN_OPTIONS=suppressions=$PWD/tls/tests/asan.supp
- mkdir build
- cd build
- meson .. -Db_sanitize=address
diff --git a/tls/tests/asan.supp b/tls/tests/asan.supp
new file mode 100644
index 0000000..5a2575b
--- /dev/null
+++ b/tls/tests/asan.supp
@@ -0,0 +1 @@
+leak:X509_verify_cert
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]