Mute output of fuzzer_encoder_v2

This commit is contained in:
Martijn van Beurden 2023-07-08 15:41:17 +02:00
parent acf6f8ff11
commit 2a3f1efebc
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
/* allocate the encoder */
if((encoder = FLAC__stream_encoder_new()) == NULL) {
fprintf(stderr, "ERROR: allocating encoder\n");
return 1;
return 0;
}
/* Use first 20 byte for configuration */