aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-11-08 19:27:25 +0100
committerhexcoder- <heiko@hexco.de>2019-11-08 19:27:25 +0100
commit7a20cc2f58d2709a6b26c98bb6a931dfe5e186b6 (patch)
tree56d00c1580fe4af6d1ebc499c7ebd763d971ebf6 /src
parenta3932d7f002b840887475482934d93ae3efdad5b (diff)
downloadAFLplusplus-7a20cc2f58d2709a6b26c98bb6a931dfe5e186b6.tar.gz
additional test, if afl-as is called by afl-gcc/afl-clang (seen in OpenIndiana)
Diffstat (limited to 'src')
-rw-r--r--src/afl-as.c2
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");