]> 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)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 2 Oct 2024 15:15:44 +0000 (18:15 +0300)
commitb27078c2a97bb214534c70643e516079709d81b9
treeda32d42cce3f111d8ef4f2c577aae608365d1f3e
parent4f617140a46d51c0416932cfa2c6386392a05d4e
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>
(cherry picked from commit 3e964275d65b92075249201c49b39dfb06d08ad4)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
scripts/oss-fuzz/build.sh