prefer preincrement over postincrement

This commit is contained in:
hexcoder- 2019-09-07 11:20:36 +02:00
parent efa2052896
commit b82ff2d7e7

View File

@ -3030,7 +3030,7 @@ skip_bitflip:
*(u32*)(out_buf + i) = orig - j;
if (common_fuzz_stuff(argv, out_buf, len)) goto abandon_entry;
stage_cur++;
++stage_cur;
} else