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-cmplog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afl-fuzz-cmplog.c') diff --git a/src/afl-fuzz-cmplog.c b/src/afl-fuzz-cmplog.c index 0a4c3a9e..c32ed546 100644 --- a/src/afl-fuzz-cmplog.c +++ b/src/afl-fuzz-cmplog.c @@ -455,7 +455,7 @@ u8 run_cmplog_target(afl_state_t *afl, u32 timeout) { setenv("___AFL_EINS_ZWEI_POLIZEI___", "1", 1); if (!afl->qemu_mode && afl->argv[0] != afl->cmplog_binary) { - + ck_free(afl->argv[0]); afl->argv[0] = afl->cmplog_binary; -- cgit 1.4.1