ensure crashes/README.txt exists

This commit is contained in:
vanhauser-thc
2021-05-08 11:03:49 +02:00
parent 62d5bf5f41
commit 6c274546c4
2 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,8 @@ void load_stats_file(afl_state_t *afl) {
}
if (afl->unique_crashes) { write_crash_readme(afl); }
return;
}