mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
fix
This commit is contained in:
@ -3081,12 +3081,11 @@ stop_fuzzing:
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"item=%u fname=%s len=%u exec_us=%llu has_new_cov=%u "
|
"item=%u fname=%s len=%u exec_us=%llu has_new_cov=%u "
|
||||||
"var_behavior=%u favored=%u fs_redundant=%u disabled=%u "
|
"var_behavior=%u favored=%u fs_redundant=%u disabled=%u "
|
||||||
"bitmap_size=%u "
|
"bitmap_size=%u tc_ref=%u fuzz_level=%u was_fuzzed=%u "
|
||||||
"fuzz_level=%u was_fuzzed=%u mother=%d perf_score=%.2f "
|
"mother=%d perf_score=%.2f weight=%.2f score=%u\n",
|
||||||
"weight=%.2f score=%u\n",
|
|
||||||
k, q->fname, q->len, q->exec_us, q->has_new_cov,
|
k, q->fname, q->len, q->exec_us, q->has_new_cov,
|
||||||
q->var_behavior, q->favored, q->fs_redundant, q->disabled,
|
q->var_behavior, q->favored, q->fs_redundant, q->disabled,
|
||||||
q->bitmap_size, q->fuzz_level, q->was_fuzzed,
|
q->bitmap_size, q->tc_ref, q->fuzz_level, q->was_fuzzed,
|
||||||
q->mother == NULL ? -1 : (int)q->mother->id, q->perf_score,
|
q->mother == NULL ? -1 : (int)q->mother->id, q->perf_score,
|
||||||
q->weight, q->score);
|
q->weight, q->score);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user