larger map, stats reload fix, code format

This commit is contained in:
vanhauser-thc
2021-02-07 05:33:02 +01:00
parent 01327ad301
commit 209c5ba465
7 changed files with 52 additions and 36 deletions

View File

@ -325,7 +325,8 @@ u8 *describe_op(afl_state_t *afl, u8 new_bits, size_t max_description_len) {
}
sprintf(ret + strlen(ret), ",time:%llu", get_cur_time() - afl->start_time);
sprintf(ret + strlen(ret), ",time:%llu",
get_cur_time() + afl->prev_run_time - afl->start_time);
if (afl->current_custom_fuzz &&
afl->current_custom_fuzz->afl_custom_describe) {