about summary refs log tree commit diff
path: root/src/afl-tmin.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-30 22:01:36 +0100
committervan Hauser <vh@thc.org>2019-12-30 22:01:36 +0100
commit878a80de7f5f4fb0733bd48c974b498c0010514e (patch)
tree97351114bfb4fd0d5a1fb8afdea5e08b5dd33afc /src/afl-tmin.c
parentf7e1397d989762eaf4375d2f79fde09d86e86f72 (diff)
downloadafl++-878a80de7f5f4fb0733bd48c974b498c0010514e.tar.gz
critical bugfix for afl-tmin
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r--src/afl-tmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index b98208f9..798b0527 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -88,7 +88,7 @@ u64 mem_limit = MEM_LIMIT;             /* Memory limit (MB)                 */
 
 s32 dev_null_fd = -1;                  /* FD to /dev/null                   */
 
-static u8 crash_mode,                  /* Crash-centric mode?               */
+u8 crash_mode,                         /* Crash-centric mode?               */
     exit_crash,                        /* Treat non-zero exit as crash?     */
     edges_only,                        /* Ignore hit counts?                */
     exact_mode,                        /* Require path match for crashes?   */