mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
nit
This commit is contained in:
@ -2137,7 +2137,7 @@ havoc_stage:
|
|||||||
u32 *mutation_array;
|
u32 *mutation_array;
|
||||||
|
|
||||||
// if ( ... )
|
// if ( ... )
|
||||||
mutation_array = (u32 **)&mutation_array_explore;
|
mutation_array = (u32 *)&mutation_array_explore;
|
||||||
mutation_array_len = sizeof(mutation_array_explore) / 4;
|
mutation_array_len = sizeof(mutation_array_explore) / 4;
|
||||||
|
|
||||||
r_max = mutation_array_len;
|
r_max = mutation_array_len;
|
||||||
@ -2192,6 +2192,7 @@ havoc_stage:
|
|||||||
}
|
}
|
||||||
|
|
||||||
u32 r = rand_below(afl, r_max);
|
u32 r = rand_below(afl, r_max);
|
||||||
|
|
||||||
switch (mutation_array[r]) {
|
switch (mutation_array[r]) {
|
||||||
|
|
||||||
case 0: {
|
case 0: {
|
||||||
|
Reference in New Issue
Block a user