Merge pull request #1374 from CarloMara/stable

Add new mode to AFLplusplus
This commit is contained in:
van Hauser
2022-04-03 09:31:23 +02:00
committed by GitHub
5 changed files with 862 additions and 3 deletions

View File

@ -224,6 +224,7 @@ static char *afl_environment_variables[] = {
"AFL_USE_FASAN",
"AFL_USE_QASAN",
"AFL_PRINT_FILENAMES",
"AFL_PIZZA_MODE",
NULL
};