afl-gcc change -> test.sh

This commit is contained in:
van Hauser
2020-02-25 14:01:55 +01:00
parent a540bae7a9
commit 2c9c2e139e
3 changed files with 3 additions and 3 deletions

View File

@ -330,7 +330,7 @@ int main(int argc, char** argv, char** envp) {
exit(1);
} else if (isatty(2) && !getenv("AFL_QUIET")) {
} else if ((isatty(2) && !getenv("AFL_QUIET")) || getenv("AFL_DEBUG") != NULL) {
SAYF(cCYA "afl-gcc-fast" VERSION cRST
" initially by <aseipp@pobox.com>, maintainer: hexcoder-\n");