This commit is contained in:
yangzao
2023-11-27 09:59:02 -07:00
parent c9e0f01b43
commit bb523b4648

View File

@ -1113,7 +1113,7 @@ common_fuzz_stuff(afl_state_t *afl, u8 *out_buf, u32 len) {
} }
/* Run some code each time scripts each time AFL++ executes the target /* Run some code or scripts each time AFL++ executes the target program
with afl-fuzz. */ with afl-fuzz. */
void post_run(afl_state_t *afl) { void post_run(afl_state_t *afl) {