From 0339e737f00b5e7790efbed4dfda884d291b9f9a Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 3 Feb 2020 15:38:55 +0100 Subject: afl-showmap -i option added --- src/afl-tmin.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/afl-tmin.c') diff --git a/src/afl-tmin.c b/src/afl-tmin.c index 7ce0ccaa..e783b5f0 100644 --- a/src/afl-tmin.c +++ b/src/afl-tmin.c @@ -524,14 +524,16 @@ static u8 run_target(char** argv, u8* mem, u32 len, u8 first_run) { } - } else + } else { - /* Handle non-crashing inputs appropriately. */ + /* Handle non-crashing inputs appropriately. */ - if (crash_mode) { + if (crash_mode) { - missed_paths++; - return 0; + missed_paths++; + return 0; + + } } -- cgit 1.4.1