about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xafl-cmin1
-rwxr-xr-xafl-cmin.bash2
-rw-r--r--docs/Changelog.md2
3 files changed, 5 insertions, 0 deletions
diff --git a/afl-cmin b/afl-cmin
index c7531221..28d8c746 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -1,4 +1,5 @@
 #!/usr/bin/env sh
+export AFL_QUIET=1
 THISPATH=`dirname ${0}`
 export PATH="${THISPATH}:$PATH"
 awk -f - -- ${@+"$@"} <<'EOF'
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 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index ab374596..d5c2a279 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -10,8 +10,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 
 
 ### Version ++2.62d (developt):
+
   - qemu_mode now uses solely the internal capstone version to fix builds
     on modern Linux distributions
+  - afl-fuzz basic tools now report on the environment variables picked up
   - more tools get environment variable usage info in the help output
   - AFL_AUTORESUME will resume execution without the need to specify `-i -`