diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-01-24 18:01:01 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-02-02 10:44:23 +0000 |
commit | 3ab8bf8341ae42efbefbb99bff6d703c302b1d4c (patch) | |
tree | 43674bdf8e1949b3c047de2f2fb4641994478edb /scripts/oss-fuzz | |
parent | d89935c95e5ba7e2685da71e4756fa63fde764af (diff) | |
download | qemu-3ab8bf8341ae42efbefbb99bff6d703c302b1d4c.zip qemu-3ab8bf8341ae42efbefbb99bff6d703c302b1d4c.tar.gz qemu-3ab8bf8341ae42efbefbb99bff6d703c302b1d4c.tar.bz2 |
gitlab: add lsan suppression file to workaround tcmalloc issues
The up-coming upgrade to Fedora 37 will bring in libtcmalloc as a
dependency of libglusterfs which confuses our fuzz run. Rather than
disable the build lets use LSAN's suppression mechanism to prevent the
job from failing.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230124180127.1881110-10-alex.bennee@linaro.org>
Diffstat (limited to 'scripts/oss-fuzz')
-rw-r--r-- | scripts/oss-fuzz/lsan_suppressions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/oss-fuzz/lsan_suppressions.txt b/scripts/oss-fuzz/lsan_suppressions.txt new file mode 100644 index 0000000..02ec0a6e --- /dev/null +++ b/scripts/oss-fuzz/lsan_suppressions.txt @@ -0,0 +1,2 @@ +# The tcmalloc on Fedora37 confuses things +leak:/lib64/libtcmalloc_minimal.so.4 |