Skip to content

Commit 8a685ee

Browse files
committed
Silence fuzzer_seek
1 parent 9504c76 commit 8a685ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: oss-fuzz/seek.cc

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
8080

8181
/* allocate the decoder */
8282
if((decoder = FLAC__stream_decoder_new()) == NULL) {
83-
fprintf(stderr, "ERROR: allocating decoder\n");
8483
return 1;
8584
}
8685

0 commit comments

Comments
 (0)