feat: show bound cpu

This commit is contained in:
Ruben ten Hove
2022-06-30 21:11:22 +00:00
parent e21738a248
commit b077a7963b

View File

@ -146,6 +146,10 @@ void bind_to_free_cpu(afl_state_t *afl) {
}
} else {
OKF("CPU binding request using -b %d successful.", afl->cpu_to_bind);
}
return;