about summary refs log tree commit diff
path: root/src/afl-fuzz-one.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-05-09 14:30:40 +0200
committervanhauser-thc <vh@thc.org>2022-05-09 14:30:40 +0200
commit7c8246f18f86e1a1e853908bec443bcf0c70e024 (patch)
treee3d3eec0aeee344795f0f2044b562f9083e8eb17 /src/afl-fuzz-one.c
parent51942b605d6fcb22d85c1fe1a845b6ec2839e793 (diff)
downloadafl++-7c8246f18f86e1a1e853908bec443bcf0c70e024.tar.gz
fix
Diffstat (limited to 'src/afl-fuzz-one.c')
-rw-r--r--src/afl-fuzz-one.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/afl-fuzz-one.c b/src/afl-fuzz-one.c
index d3801f03..169baab9 100644
--- a/src/afl-fuzz-one.c
+++ b/src/afl-fuzz-one.c
@@ -1961,11 +1961,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.
-           */
+          /* out_buf may have been changed by the call to custom_fuzz */
           memcpy(out_buf, in_buf, len);
 
         }