You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/scripts/oss-fuzz
Alexander Bulekov 3e964275d6 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>
6 months ago
..
build.sh fuzz: disable leak-detection for oss-fuzz builds 6 months ago
instrumentation-filter-template fuzz: add an instrumentation filter 3 years ago
lsan_suppressions.txt scripts/oss-fuzz: add a suppression for keymap 1 year ago
minimize_qtest_trace.py scripts/: spelling fixes 1 year ago
output_reproducer.py tests: move libqtest.h back under qtest/ 3 years ago
reorder_fuzzer_qtest_trace.py