additional test, if afl-as is called by afl-gcc/afl-clang (seen in OpenIndiana)

This commit is contained in:
hexcoder-
2019-11-08 19:27:25 +01:00
parent a3932d7f00
commit 7a20cc2f58
2 changed files with 4 additions and 2 deletions

View File

@ -499,7 +499,7 @@ int main(int argc, char** argv) {
clang_mode = !!getenv(CLANG_ENV_VAR);
if (isatty(2) && !getenv("AFL_QUIET")) {
if (!getenv("AFL_QUIET")) {
SAYF(cCYA "afl-as" VERSION cRST " by Michal Zalewski\n");