about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-31 14:01:22 +0200
committerDominik Maier <domenukk@gmail.com>2020-03-31 14:01:22 +0200
commit822e75f7c2a6c7a97de7284d70210be54fc6e038 (patch)
tree5815f50a9bbfdd268114978cfff6ee1850bceb13 /src
parent08b6b4ec4e85d81eff00990ba91989c7662ce825 (diff)
downloadafl++-822e75f7c2a6c7a97de7284d70210be54fc6e038.tar.gz
reenabled custom mutator report
Diffstat (limited to 'src')
-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 2e49e19b..b20bde90 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -1648,6 +1648,7 @@ custom_mutator_stage:
     }
 
     /* `(afl->)out_buf` may have been changed by the call to custom_fuzz */
+    /* TODO: Only do this when `mutated_buf` == `out_buf`? Branch vs Memcpy. */
     memcpy(out_buf, in_buf, len);
 
   }