mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
prefer preincrement over postincrement
This commit is contained in:
parent
efa2052896
commit
b82ff2d7e7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user