diff options
author | van Hauser <vh@thc.org> | 2023-11-09 15:13:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 15:13:51 +0100 |
commit | 61e27c6b54f7641a168b6acc6ecffb1754c10918 (patch) | |
tree | a82934c35bd84b2893b71646080e46433083d516 /include/afl-mutations.h | |
parent | 85c5b5218c6a7b2289f309fbd1625a5d0a602a00 (diff) | |
parent | a6efdfdb15c8a48967ff773a0ca530a68544cd8f (diff) | |
download | afl++-61e27c6b54f7641a168b6acc6ecffb1754c10918.tar.gz |
Merge pull request #1906 from AFLplusplus/dev
Dev
Diffstat (limited to 'include/afl-mutations.h')
-rw-r--r-- | include/afl-mutations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-mutations.h b/include/afl-mutations.h index 98ba6fcf..d709b90d 100644 --- a/include/afl-mutations.h +++ b/include/afl-mutations.h @@ -1854,7 +1854,7 @@ inline u32 afl_mutate(afl_state_t *afl, u8 *buf, u32 len, u32 steps, for (u32 step = 0; step < steps; ++step) { - retry_havoc_step : { + retry_havoc_step: { u32 r = rand_below(afl, MUT_STRATEGY_ARRAY_SIZE), item; |