small fix to actually document custom mutator introspection

This commit is contained in:
van Hauser 2020-11-10 14:16:36 +01:00
parent 8e1047f5ef
commit 1dfd7df7c0

View File

@ -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;