cleaned up AFL_PRINT_FILENAMES env

This commit is contained in:
Dominik Maier
2021-05-19 22:21:46 +02:00
parent dee64e74a8
commit cdae3d3d03
3 changed files with 3 additions and 2 deletions

View File

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