diff options
author | hexcoder- <heiko@hexco.de> | 2019-11-08 19:27:25 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-11-08 19:27:25 +0100 |
commit | 7a20cc2f58d2709a6b26c98bb6a931dfe5e186b6 (patch) | |
tree | 56d00c1580fe4af6d1ebc499c7ebd763d971ebf6 /src/afl-as.c | |
parent | a3932d7f002b840887475482934d93ae3efdad5b (diff) | |
download | afl++-7a20cc2f58d2709a6b26c98bb6a931dfe5e186b6.tar.gz |
additional test, if afl-as is called by afl-gcc/afl-clang (seen in OpenIndiana)
Diffstat (limited to 'src/afl-as.c')
-rw-r--r-- | src/afl-as.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-as.c b/src/afl-as.c index 2b023432..312ae0a7 100644 --- a/src/afl-as.c +++ b/src/afl-as.c @@ -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"); |