diff options
author | vanhauser-thc <vh@thc.org> | 2021-05-08 11:03:49 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-05-08 11:03:56 +0200 |
commit | 6c274546c42f05292df6c8bcf3c524c4cfc3f031 (patch) | |
tree | 1ba36588392dcd47144c00ab485a06e26182a252 /src/afl-fuzz-stats.c | |
parent | 62d5bf5f414193f1893900f58b4507b915b67865 (diff) | |
download | afl++-6c274546c42f05292df6c8bcf3c524c4cfc3f031.tar.gz |
ensure crashes/README.txt exists
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r-- | src/afl-fuzz-stats.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index ee8bd2da..bccd2f31 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -179,6 +179,8 @@ void load_stats_file(afl_state_t *afl) { } + if (afl->unique_crashes) { write_crash_readme(afl); } + return; } |