mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
typo
This commit is contained in:
parent
d2e7c4ec05
commit
66fa76a061
@ -1540,7 +1540,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
u32 new_map_size = afl_fsrv_get_mapsize(
|
u32 new_map_size = afl_fsrv_get_mapsize(
|
||||||
&afl->fsrv, afl->argv, &afl->stop_soon, afl->afl_env.afl_debug_child);
|
&afl->fsrv, afl->argv, &afl->stop_soon, afl->afl_env.afl_debug_child);
|
||||||
|
|
||||||
// only reinitialize if the map nees to be larger than what we have.
|
// only reinitialize if the map needs to be larger than what we have.
|
||||||
if (map_size < new_map_size) {
|
if (map_size < new_map_size) {
|
||||||
|
|
||||||
OKF("Re-initializing maps to %u bytes", new_map_size);
|
OKF("Re-initializing maps to %u bytes", new_map_size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user