Skip to content

Commit 68e828c

Browse files
committed
Make alloc_clobber_counter static so it would not be visible outside this C file. Also for consistency.
1 parent e18956b commit 68e828c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdiffuzz.so.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
/* Canary & clobber bytes: */
7070

7171
#define ALLOC_CANARY 0xAACCAACC
72-
u16 alloc_clobber_counter = 0;
72+
static u16 alloc_clobber_counter = 0;
7373

7474
#define PTR_C(_p) (((u32*)(_p))[-1])
7575
#define PTR_L(_p) (((u32*)(_p))[-2])

0 commit comments

Comments
 (0)