mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
fix
This commit is contained in:
@ -2905,7 +2905,7 @@ havoc_stage:
|
||||
val /= 2;
|
||||
break;
|
||||
case 4:
|
||||
if (val) {
|
||||
if (val && val < 0xfffffff) {
|
||||
|
||||
val = rand_next(afl) % (val * 10);
|
||||
|
||||
|
Reference in New Issue
Block a user