mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
auto shmem fuzzing (#1541)
* auto shmem fuzzing * print warning when forcing shmem fuzzing * typos * Shmem always * typo fix * fixes Co-authored-by: Dominik Maier <dmnk@google.com>
This commit is contained in:
@ -1252,7 +1252,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
(new_map_size > map_size && new_map_size - map_size > MAP_SIZE)) {
|
||||
|
||||
if (!be_quiet)
|
||||
ACTF("Aquired new map size for target: %u bytes\n", new_map_size);
|
||||
ACTF("Acquired new map size for target: %u bytes\n", new_map_size);
|
||||
|
||||
afl_shm_deinit(&shm);
|
||||
afl_fsrv_kill(fsrv);
|
||||
|
Reference in New Issue
Block a user