Skip to content

Commit

Permalink
Silence fuzzer_seek
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 committed Mar 7, 2024
1 parent 9504c76 commit 8a685ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oss-fuzz/seek.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)

/* allocate the decoder */
if((decoder = FLAC__stream_decoder_new()) == NULL) {
fprintf(stderr, "ERROR: allocating decoder\n");
return 1;
}

Expand Down

0 comments on commit 8a685ee

Please sign in to comment.