diff options
author | yangzao <yangzaocn@outlook.com> | 2023-11-27 09:59:02 -0700 |
---|---|---|
committer | yangzao <yangzaocn@outlook.com> | 2023-11-27 09:59:02 -0700 |
commit | bb523b46482ce212355b32882158cb129d2e8487 (patch) | |
tree | 23589fba2d45bfcc0f4b4f44b4a501c37dadee57 /src | |
parent | c9e0f01b439870dc2b619ab2c18240b201ca1460 (diff) | |
download | afl++-bb523b46482ce212355b32882158cb129d2e8487.tar.gz |
update
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-fuzz-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c index 04ccccba..8d0f2c2d 100644 --- a/src/afl-fuzz-run.c +++ b/src/afl-fuzz-run.c @@ -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. */ void post_run(afl_state_t *afl) { |