mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
typo
This commit is contained in:
@ -276,7 +276,7 @@ static void report_error_and_exit(int error) {
|
|||||||
break;
|
break;
|
||||||
case FS_ERROR_MMAP:
|
case FS_ERROR_MMAP:
|
||||||
FATAL(
|
FATAL(
|
||||||
"the fuzzing target reports that the mmap() call to the share memory "
|
"the fuzzing target reports that the mmap() call to the shared memory "
|
||||||
"failed.");
|
"failed.");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user