Re: [PATCH] fuzz: disable leak-detection for oss-fuzz builds

2024-05-29 Thread Thomas Huth
On 27/05/2024 16.59, Alexander Bulekov wrote: 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 ---

Re: [PATCH] fuzz: disable leak-detection for oss-fuzz builds

2024-05-29 Thread Thomas Huth
On 27/05/2024 16.59, Alexander Bulekov wrote: 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 ---

Re: [PATCH] fuzz: disable leak-detection for oss-fuzz builds

2024-05-27 Thread Philippe Mathieu-Daudé
On 27/5/24 16:59, Alexander Bulekov wrote: 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 ---

[PATCH] fuzz: disable leak-detection for oss-fuzz builds

2024-05-27 Thread Alexander Bulekov
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 --- scripts/oss-fuzz/build.sh | 1 + 1 file changed, 1