We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed20d4 commit 6c4b2f0Copy full SHA for 6c4b2f0
src/afl-fuzz-bitmap.c
@@ -29,7 +29,7 @@
29
#include <stdlib.h>
30
#include "asanfuzz.h"
31
32
-static u16 count_class_lookup16[65536];
+u16 count_class_lookup16[65536];
33
34
/* Destructively simplify trace by eliminating hit count information
35
and replacing it with 0x80 or 0x01 depending on whether the tuple
0 commit comments