mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
code format
This commit is contained in:
@ -193,8 +193,8 @@ void load_custom_mutator(afl_state_t *afl, const char *fn) {
|
|||||||
|
|
||||||
/* Initialize the custom mutator */
|
/* Initialize the custom mutator */
|
||||||
if (afl->mutator->afl_custom_init)
|
if (afl->mutator->afl_custom_init)
|
||||||
afl->mutator->data = afl->mutator->afl_custom_init(
|
afl->mutator->data =
|
||||||
afl, rand_below(afl, 0xFFFFFFFF));
|
afl->mutator->afl_custom_init(afl, rand_below(afl, 0xFFFFFFFF));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user