From 38d9aedb26d6c4530763a29fe7695155a21ffbbc Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 10 Mar 2020 06:54:31 +0100 Subject: code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin --- src/afl-fuzz-init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/afl-fuzz-init.c') diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index c01bf4d4..e7652e87 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -373,7 +373,7 @@ void read_testcases(afl_state_t* afl) { u8 passed_det = 0; - ck_free(nl[i]); /* not tracked */ + ck_free(nl[i]); /* not tracked */ if (lstat(fn2, &st) || access(fn2, R_OK)) PFATAL("Unable to access '%s'", fn2); @@ -404,7 +404,7 @@ void read_testcases(afl_state_t* afl) { } - ck_free(nl); /* not tracked */ + ck_free(nl); /* not tracked */ if (!afl->queued_paths) { -- cgit 1.4.1