about summary refs log tree commit diff
path: root/utils/crash_triage
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-06-09 20:26:37 +0200
committerhexcoder- <heiko@hexco.de>2021-06-09 20:26:37 +0200
commite0aa411647e1a525a3a0488d929ec71611388d54 (patch)
tree94c47450718f967e23c1ac9b0b6a57d8871fb133 /utils/crash_triage
parent3b9f4441e58f542213bc42d885bfe5b7a90366dd (diff)
downloadafl++-e0aa411647e1a525a3a0488d929ec71611388d54.tar.gz
add test cases for splitting integer comparisons
Diffstat (limited to 'utils/crash_triage')
-rwxr-xr-xutils/crash_triage/triage_crashes.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/crash_triage/triage_crashes.sh b/utils/crash_triage/triage_crashes.sh
index 4d75430e..9ca1d5fc 100755
--- a/utils/crash_triage/triage_crashes.sh
+++ b/utils/crash_triage/triage_crashes.sh
@@ -65,7 +65,11 @@ if [ ! -f "$BIN" -o ! -x "$BIN" ]; then
 fi
 
 if [ ! -d "$DIR/queue" ]; then
+<<<<<<< Updated upstream
   echo "[-] Error: directory '$DIR' not found or not created by afl-fuzz." 1>&2
+=======
+  echo "[-] Error: directory '$DIR/queue' not found or not created by afl-fuzz." 1>&2
+>>>>>>> Stashed changes
   exit 1
 fi