aboutsummaryrefslogtreecommitdiff
path: root/afl-cmin.bash
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-01 22:30:38 +0100
committervan Hauser <vh@thc.org>2020-03-01 22:30:38 +0100
commitf0cf9c2cdf6fbf26063a1abef479d4f1b1b4e704 (patch)
treea0680e781370816322efe5f3060fd3ec20728bf3 /afl-cmin.bash
parent3e0a3ec45fe35f62a293d86139913ecf45670535 (diff)
downloadAFLplusplus-f0cf9c2cdf6fbf26063a1abef479d4f1b1b4e704.tar.gz
make afl-showmap quiet when called from afl-cmin*
Diffstat (limited to 'afl-cmin.bash')
-rwxr-xr-xafl-cmin.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/afl-cmin.bash b/afl-cmin.bash
index b1378eb5..1f23f6bc 100755
--- a/afl-cmin.bash
+++ b/afl-cmin.bash
@@ -51,6 +51,8 @@ TIMEOUT=none
unset IN_DIR OUT_DIR STDIN_FILE EXTRA_PAR MEM_LIMIT_GIVEN \
AFL_CMIN_CRASHES_ONLY AFL_CMIN_ALLOW_ANY QEMU_MODE UNICORN_MODE
+export AFL_QUIET=1
+
while getopts "+i:o:f:m:t:eQUCh" opt; do
case "$opt" in