mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +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:
@ -317,7 +317,7 @@ void parse_fsanitize(char *string) {
|
||||
char *tmp = malloc(strlen(ptr));
|
||||
u32 count = 0, len, ende = 0;
|
||||
|
||||
if (!new || !tmp) { FATAL("could not aquire memory"); }
|
||||
if (!new || !tmp) { FATAL("could not acquire memory"); }
|
||||
strcpy(new, "-fsanitize=");
|
||||
|
||||
do {
|
||||
|
Reference in New Issue
Block a user