Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence fuzzer_seek
Browse files Browse the repository at this point in the history
ktmf01 committed Mar 6, 2024
1 parent 0eca094 commit 27e75d5
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
@@ -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;
}

0 comments on commit 27e75d5

Please sign in to comment.