mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
ensure crashes/README.txt exists
This commit is contained in:
@ -1135,6 +1135,7 @@ void check_if_tty(afl_state_t *);
|
||||
void setup_signal_handlers(void);
|
||||
void save_cmdline(afl_state_t *, u32, char **);
|
||||
void read_foreign_testcases(afl_state_t *, int);
|
||||
void write_crash_readme(afl_state_t *afl);
|
||||
|
||||
/* CmpLog */
|
||||
|
||||
|
@ -179,6 +179,8 @@ void load_stats_file(afl_state_t *afl) {
|
||||
|
||||
}
|
||||
|
||||
if (afl->unique_crashes) { write_crash_readme(afl); }
|
||||
|
||||
return;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user