diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2017-08-14 12:34:00 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-16 09:49:24 +0200 |
commit | 9ebb55acc5cd3bdc1bcbc7f493245a85fda99dc8 (patch) | |
tree | e57bfa0d9043b00615eecf85b449c89264ae9415 /.gitlab-ci.yml | |
parent | 2f84455552a083a2303cd2c7a4aca07fd3d55491 (diff) | |
download | gnutls-9ebb55acc5cd3bdc1bcbc7f493245a85fda99dc8.tar.gz |
fuzzer: Suppress leak in libgmp <= 6.1.2
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79341d685e..51a63ff050 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -176,7 +176,7 @@ asan/Fedora/x86_64: - CFLAGS="-fsanitize=address -g -O2" LDFLAGS="-static-libasan" ./configure --disable-doc --disable-non-suiteb-curves --disable-guile - make -j$(nproc) - - make check -j$(nproc) + - LSAN_OPTIONS="suppressions=$(pwd)/fuzz/lsan.supp" make check -j$(nproc) - CFLAGS="-fsanitize=address -g -O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-default-trust-store-pkcs11="pkcs11:" --disable-guile - make -j$(nproc) |