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-04-01 13:10:07 +0200
commitc8bdf0790f7d19078d9ec5705fc04eefd8615988 (patch)
tree5815f50a9bbfdd268114978cfff6ee1850bceb13 /src
parent0b8a5cb4bb8c1d940557b02d58f9ea653c8e9443 (diff)
downloadafl++-c8bdf0790f7d19078d9ec5705fc04eefd8615988.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);
 
   }