about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
diff options
context:
space:
mode:
authorRuben ten Hove <git@rhtenhove.nl>2022-06-30 21:11:22 +0000
committerRuben ten Hove <git@rhtenhove.nl>2022-06-30 21:11:22 +0000
commitb077a7963b9202d2017235a5a1297c2c94c71c09 (patch)
tree70ecce9fdc060b8c0b6b6743b9979bf6135afab9 /src/afl-fuzz-init.c
parente21738a24852e0ed9b346c28aeb4132a34d5b7cc (diff)
downloadafl++-b077a7963b9202d2017235a5a1297c2c94c71c09.tar.gz
feat: show bound cpu
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r--src/afl-fuzz-init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c
index 6a653a00..f4b2d908 100644
--- a/src/afl-fuzz-init.c
+++ b/src/afl-fuzz-init.c
@@ -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;