From 878a80de7f5f4fb0733bd48c974b498c0010514e Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 30 Dec 2019 22:01:36 +0100 Subject: critical bugfix for afl-tmin --- src/afl-analyze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afl-analyze.c') diff --git a/src/afl-analyze.c b/src/afl-analyze.c index f71893d8..850ab99b 100644 --- a/src/afl-analyze.c +++ b/src/afl-analyze.c @@ -75,7 +75,7 @@ static u64 mem_limit = MEM_LIMIT; /* Memory limit (MB) */ static s32 dev_null_fd = -1; /* FD to /dev/null */ -static u8 edges_only, /* Ignore hit counts? */ +u8 edges_only, /* Ignore hit counts? */ use_hex_offsets, /* Show hex offsets? */ use_stdin = 1; /* Use stdin for program input? */ -- cgit 1.4.1