about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-10 14:16:36 +0100
committervan Hauser <vh@thc.org>2020-11-10 14:16:36 +0100
commit1dfd7df7c0e28b6f356bda714bedfc612bf2db75 (patch)
treeb931735e01bb34896ebb5717675b853072937100 /src
parent8e1047f5efaece663bba9b8ef86d181198db5101 (diff)
downloadafl++-1dfd7df7c0e28b6f356bda714bedfc612bf2db75.tar.gz
small fix to actually document custom mutator introspection
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-one.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c
index 64365ebb..0adc3719 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -1846,12 +1846,6 @@ custom_mutator_stage:
 
           if (mutated_size > 0) {
 
-#ifdef INTROSPECTION
-            snprintf(afl->mutation, sizeof(afl->mutation), "%s CUSTOM-%s",
-                     afl->queue_cur->fname,
-                     target != NULL ? (char *)target->fname : "none");
-#endif
-
             if (common_fuzz_stuff(afl, mutated_buf, (u32)mutated_size)) {
 
               goto abandon_entry;