Skip to content

Commit

Permalink
Merge pull request #126 from mgobbi289/fix_findings_afl++
Browse files Browse the repository at this point in the history
Fix to AFL++ crashes directory
  • Loading branch information
adrianherrera authored Nov 23, 2022
2 parents 9469c54 + 711d76d commit f6200ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus/findings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - env SHARED: path to directory shared with host (to store results)
##

CRASH_DIR="$SHARED/findings/crashes"
CRASH_DIR="$SHARED/findings/default/crashes"

if [ ! -d "$CRASH_DIR" ]; then
exit 1
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_lto/findings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - env SHARED: path to directory shared with host (to store results)
##

CRASH_DIR="$SHARED/findings/crashes"
CRASH_DIR="$SHARED/findings/default/crashes"

if [ ! -d "$CRASH_DIR" ]; then
exit 1
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_lto_asan/findings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - env SHARED: path to directory shared with host (to store results)
##

CRASH_DIR="$SHARED/findings/crashes"
CRASH_DIR="$SHARED/findings/default/crashes"

if [ ! -d "$CRASH_DIR" ]; then
exit 1
Expand Down

0 comments on commit f6200ee

Please sign in to comment.