Skip to content

Commit d811966

Browse files
kasper93michaelni
authored andcommitted
tools/target_dem_fuzzer: remove unused fuzz_tag
Signed-off-by: Kacper Michajłow <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
1 parent dc9794d commit d811966

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/target_dem_fuzzer.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ static int64_t io_seek(void *opaque, int64_t offset, int whence)
9898
const uint32_t maxiteration = 8096;
9999
const int maxblocks= 50000;
100100

101-
static const uint64_t FUZZ_TAG = 0x4741542D5A5A5546ULL;
102-
103101
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
104-
const uint64_t fuzz_tag = FUZZ_TAG;
105102
uint32_t it = 0;
106103
AVFormatContext *avfmt = avformat_alloc_context();
107104
AVPacket *pkt;

0 commit comments

Comments
 (0)