test unicorn && AFL_DISABLE_TRIM env var

This commit is contained in:
Andrea Fioraldi
2019-11-05 18:39:16 +01:00
parent c11b8883e0
commit 73cb587266
8 changed files with 10 additions and 6 deletions

View File

@ -551,6 +551,9 @@ int main(int argc, char** argv) {
}
if (getenv("AFL_DISABLE_TRIM"))
disable_trim = 1;
if (getenv("AFL_NO_UI") && getenv("AFL_FORCE_UI"))
FATAL("AFL_NO_UI and AFL_FORCE_UI are mutually exclusive");