mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
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>
This commit is contained in:
parent
d89935c95e
commit
3ab8bf8341
2 changed files with 3 additions and 0 deletions
2
scripts/oss-fuzz/lsan_suppressions.txt
Normal file
2
scripts/oss-fuzz/lsan_suppressions.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
# The tcmalloc on Fedora37 confuses things
|
||||
leak:/lib64/libtcmalloc_minimal.so.4
|
Loading…
Add table
Add a link
Reference in a new issue