diff options
author | vanhauser-thc <vh@thc.org> | 2022-07-11 12:32:17 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-07-11 12:32:17 +0200 |
commit | 1f4b45b5bf006bfa1b3957c99bad3f0ec1c355dd (patch) | |
tree | d6ff5cb61315aa3b4522e420c984073cdee244fe | |
parent | 30736ab7d6d6abb11382bbe8d990d99723afd265 (diff) | |
download | afl++-1f4b45b5bf006bfa1b3957c99bad3f0ec1c355dd.tar.gz |
nit
-rw-r--r-- | src/afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index f4c72174..ab159a92 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -785,7 +785,7 @@ u32 execute_testcases(u8 *dir) { ck_free(in_data); ++done; - if (child_crashed && debug) { WARNF("crashed: %s\n", fn2); } + if (child_crashed && debug) { WARNF("crashed: %s", fn2); } if (collect_coverage) analyze_results(fsrv); |