Skip to content

Commit 6c4b2f0

Browse files
committed
fix compile warnings
1 parent bed20d4 commit 6c4b2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/afl-fuzz-bitmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <stdlib.h>
3030
#include "asanfuzz.h"
3131

32-
static u16 count_class_lookup16[65536];
32+
u16 count_class_lookup16[65536];
3333

3434
/* Destructively simplify trace by eliminating hit count information
3535
and replacing it with 0x80 or 0x01 depending on whether the tuple

0 commit comments

Comments
 (0)