about summary refs log tree commit diff
path: root/src/afl-fuzz-one.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-08 13:48:07 +0200
committervanhauser-thc <vh@thc.org>2023-04-08 13:48:07 +0200
commit75d7a094691550afe86519a1d669def0d698b5ce (patch)
tree617d8bc7fba2e878f74befa7a54e5111245ef80b /src/afl-fuzz-one.c
parentf9851dbfbbfbc013172f500099b5f4dc572c508b (diff)
downloadafl++-75d7a094691550afe86519a1d669def0d698b5ce.tar.gz
show custom mutator name in UI
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r--src/afl-fuzz-one.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c
index eec5e4b5..ee562f96 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -1931,6 +1931,7 @@ custom_mutator_stage:
     if (el->afl_custom_fuzz) {
 
       afl->current_custom_fuzz = el;
+      afl->stage_name = el->name_short;
 
       if (el->afl_custom_fuzz_count) {