about summary refs log tree commit diff
diff options
context:
space:
mode:
authoryuawn <ssspeed00@gmail.com>2021-12-14 14:08:36 +0000
committeryuawn <ssspeed00@gmail.com>2021-12-14 14:08:36 +0000
commit7a939a6c598cb176f36e503ff2fb9fc9bd959993 (patch)
tree15c643fdfd38c5e99f22860f2953571cf5aaca9d
parent425cbb9025823372f6f09b765e99188a212b02e7 (diff)
downloadafl++-7a939a6c598cb176f36e503ff2fb9fc9bd959993.tar.gz
remove "locally unique"
-rwxr-xr-xafl-whatsup2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-whatsup b/afl-whatsup
index 09873836..5296fd2e 100755
--- a/afl-whatsup
+++ b/afl-whatsup
@@ -299,7 +299,7 @@ if [ "$ALIVE_CNT" -gt "1" ]; then
   echo "  Pending per fuzzer : $((TOTAL_PFAV/ALIVE_CNT)) faves, $((TOTAL_PENDING/ALIVE_CNT)) total (on average)"
 fi
 
-echo "       Crashes saved : $TOTAL_CRASHES locally unique"
+echo "       Crashes saved : $TOTAL_CRASHES"
 echo "Cycles without finds : $TOTAL_WCOP"
 echo "  Time without finds : $TOTAL_LAST_FIND"
 echo