We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d4275 commit f861c60Copy full SHA for f861c60
scripts/run-fuzzer.sh
@@ -94,7 +94,7 @@ echo "✅ Fuzzing completed with exit code: ${FUZZ_EXIT_CODE}."
94
# We need to do this since ziggy does not exit if it encounters any crash
95
# Hopefully this PR should fix it: https://github.com/srlabs/ziggy/pull/113
96
#---------------------------------------
97
-CRASH_DIR="./output/subspace-test-fuzzer/crashes"
+CRASH_DIR="./output/target/afl/release/subspace-test-fuzzer/crashes"
98
99
if [[ -d "$CRASH_DIR" ]]; then
100
CRASH_COUNT=$(find "$CRASH_DIR" -type f | wc -l | tr -d ' ')
0 commit comments