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 /fuzz | |
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 'fuzz')
-rw-r--r-- | fuzz/lsan.supp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/lsan.supp b/fuzz/lsan.supp new file mode 100644 index 0000000000..05541f71a1 --- /dev/null +++ b/fuzz/lsan.supp @@ -0,0 +1 @@ +leak:__gmp_default_allocate |