diff options
author | hexcoder- <heiko@hexco.de> | 2021-01-04 15:32:22 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-01-04 15:32:22 +0100 |
commit | b7af98e94561ebe44ea37304a357b00499d1104d (patch) | |
tree | 6ba2356e8e6879ae4c528e9a4f775132868a00fc /custom_mutators/honggfuzz/mangle.c | |
parent | 5cdbfeef4a84b9dc2e5f8e88ee018c6c6e72fa44 (diff) | |
download | afl++-b7af98e94561ebe44ea37304a357b00499d1104d.tar.gz |
code cleanups (from cppcheck mostly)
Diffstat (limited to 'custom_mutators/honggfuzz/mangle.c')
-rw-r--r-- | custom_mutators/honggfuzz/mangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/honggfuzz/mangle.c b/custom_mutators/honggfuzz/mangle.c index c2988319..9c3d1ed4 100644 --- a/custom_mutators/honggfuzz/mangle.c +++ b/custom_mutators/honggfuzz/mangle.c @@ -995,7 +995,7 @@ void mangle_mangleContent(run_t *run, int speed_factor) { } - uint64_t changesCnt = run->global->mutate.mutationsPerRun; + uint64_t changesCnt; if (speed_factor < 5) { |