about summary refs log tree commit diff
path: root/src/afl-fuzz-one.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-09 01:19:55 +0200
committerGitHub <noreply@github.com>2020-08-09 01:19:55 +0200
commit8a1cf3f0f923c98e382ab30f1638a6e31e2e5ac8 (patch)
tree4f704f3198af3ebad8768517e290844434876cf5 /src/afl-fuzz-one.c
parent45d0e4765e9b60f4107fcf87a128ce521bf2665b (diff)
parent9a1d526ed408cbd7d681be15c5512032f7632887 (diff)
downloadafl++-8a1cf3f0f923c98e382ab30f1638a6e31e2e5ac8.tar.gz
Merge pull request #497 from murx-/dev
Add support for specific custom mutator name
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r--src/afl-fuzz-one.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c
index 74e09ee3..452c5298 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -1683,6 +1683,8 @@ custom_mutator_stage:
 
       has_custom_fuzz = true;
 
+      afl->stage_short = el->name_short;
+
       for (afl->stage_cur = 0; afl->stage_cur < afl->stage_max;
            ++afl->stage_cur) {