diff options
| author | hexcoder- <heiko@hexco.de> | 2021-06-09 20:26:37 +0200 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2021-06-09 20:26:37 +0200 |
| commit | e0aa411647e1a525a3a0488d929ec71611388d54 (patch) | |
| tree | 94c47450718f967e23c1ac9b0b6a57d8871fb133 /utils | |
| parent | 3b9f4441e58f542213bc42d885bfe5b7a90366dd (diff) | |
| download | afl++-e0aa411647e1a525a3a0488d929ec71611388d54.tar.gz | |
add test cases for splitting integer comparisons
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/crash_triage/triage_crashes.sh | 4 |
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 |
