]> git.ipfire.org Git - thirdparty/qemu.git/commit
fuzz: disable leak-detection for oss-fuzz builds
authorAlexander Bulekov <alxndr@bu.edu>
Mon, 27 May 2024 14:59:58 +0000 (10:59 -0400)
committerThomas Huth <thuth@redhat.com>
Wed, 29 May 2024 10:41:56 +0000 (12:41 +0200)
commit3e964275d65b92075249201c49b39dfb06d08ad4
treeeb2b8309a59d10c9c0113837d2b86fae794f4e36
parente7fca81e170530104c36bd8f3e1d7e7c11011481
fuzz: disable leak-detection for oss-fuzz builds

When we are building for OSS-Fuzz, we want to ensure that the fuzzer
targets are actually created, regardless of leaks. Leaks will be
detected by the subsequent tests of the individual fuzz-targets.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240527150001.325565-1-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>
scripts/oss-fuzz/build.sh