mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
fix find free cpu
This commit is contained in:
@ -394,7 +394,7 @@ void bind_to_free_cpu(afl_state_t *afl) {
|
||||
|
||||
#endif
|
||||
|
||||
if (!cpu_used[i]) { continue; }
|
||||
if (cpu_used[i]) { continue; }
|
||||
|
||||
OKF("Found a free CPU core, try binding to #%u.", i);
|
||||
|
||||
|
Reference in New Issue
Block a user