diff options
author | van Hauser <vh@thc.org> | 2021-01-18 12:13:36 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-18 12:13:36 +0100 |
commit | 0c061186cf873011ca2636a307c9d6dc85ca6880 (patch) | |
tree | c50bf80835ff12b8496d362b8aa192ee6f074a42 /src/afl-fuzz-redqueen.c | |
parent | bbfaa6092db55dc49f771a97ad7da7985c343531 (diff) | |
download | afl++-0c061186cf873011ca2636a307c9d6dc85ca6880.tar.gz |
less logging
Diffstat (limited to 'src/afl-fuzz-redqueen.c')
-rw-r--r-- | src/afl-fuzz-redqueen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz-redqueen.c b/src/afl-fuzz-redqueen.c index 94667254..0c12657d 100644 --- a/src/afl-fuzz-redqueen.c +++ b/src/afl-fuzz-redqueen.c @@ -380,7 +380,7 @@ static u8 colorization(afl_state_t *afl, u8 *buf, u32 len, if (afl->not_on_tty) { char fn[4096]; - snprintf(fn, sizeof(fn), "%s/introspection_color.txt", afl->out_dir); + snprintf(fn, sizeof(fn), "%s/introspection_cmplog.txt", afl->out_dir); f = fopen(fn, "a"); } @@ -1771,7 +1771,7 @@ exit_its: if (afl->not_on_tty) { char fn[4096]; - snprintf(fn, sizeof(fn), "%s/introspection_color.txt", afl->out_dir); + snprintf(fn, sizeof(fn), "%s/introspection_cmplog.txt", afl->out_dir); f = fopen(fn, "a"); } |