mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
small fix to actually document custom mutator introspection
This commit is contained in:
parent
8e1047f5ef
commit
1dfd7df7c0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user