mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
fix ui
This commit is contained in:
@ -1003,13 +1003,13 @@ void show_stats(afl_state_t *afl) {
|
|||||||
|
|
||||||
if (unlikely(afl->afl_env.afl_custom_mutator_library)) {
|
if (unlikely(afl->afl_env.afl_custom_mutator_library)) {
|
||||||
|
|
||||||
sprintf(tmp2, " %s%s/%s,", tmp,
|
sprintf(tmp2, "%s %s/%s,", tmp,
|
||||||
u_stringify_int(IB(2), afl->stage_finds[STAGE_PYTHON]),
|
u_stringify_int(IB(2), afl->stage_finds[STAGE_PYTHON]),
|
||||||
u_stringify_int(IB(3), afl->stage_cycles[STAGE_PYTHON]));
|
u_stringify_int(IB(3), afl->stage_cycles[STAGE_PYTHON]));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
strcat(tmp2, " unused,");
|
sprintf(tmp2, "%s unused,", tmp);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user