]> 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:54 +0000 (18:15 +0300)
commit8ad609ab5f4ad74c82b9d67530946e4499b49acb
tree5369bbec0b1be89bd938e6fea4500b2d2e09c141
parentaa291cc29240ce7f44eee1f82a3aa6eae02308e8
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