mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
nits
This commit is contained in:
@ -2084,7 +2084,7 @@ havoc_stage:
|
||||
|
||||
}
|
||||
|
||||
if (afl->stage_max < HAVOC_MIN) { afl->stage_max = HAVOC_MIN; }
|
||||
if (unlikely(afl->stage_max < HAVOC_MIN)) { afl->stage_max = HAVOC_MIN; }
|
||||
|
||||
temp_len = len;
|
||||
|
||||
|
Reference in New Issue
Block a user