We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18956b commit 68e828cCopy full SHA for 68e828c
1 file changed
libdiffuzz.so.c
@@ -69,7 +69,7 @@
69
/* Canary & clobber bytes: */
70
71
#define ALLOC_CANARY 0xAACCAACC
72
-u16 alloc_clobber_counter = 0;
+static u16 alloc_clobber_counter = 0;
73
74
#define PTR_C(_p) (((u32*)(_p))[-1])
75
#define PTR_L(_p) (((u32*)(_p))[-2])
0 commit comments