mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
fix msg
This commit is contained in:
@ -1650,7 +1650,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
OKF("Generating fuzz data with a a length of min=%u max=%u", afl->min_length,
|
||||
OKF("Generating fuzz data with a length of min=%u max=%u", afl->min_length,
|
||||
afl->max_length);
|
||||
u32 min_alloc = MAX(64U, afl->min_length);
|
||||
afl_realloc(AFL_BUF_PARAM(in_scratch), min_alloc);
|
||||
|
Reference in New Issue
Block a user