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 9fd9b8c commit efea5a9Copy full SHA for efea5a9
scripts/run-fuzzer.sh
@@ -100,6 +100,8 @@ if [[ -d "$CRASH_DIR" ]]; then
100
CRASH_COUNT=$(find "$CRASH_DIR" -type f | wc -l | tr -d ' ')
101
if [[ "$CRASH_COUNT" -gt 0 ]]; then
102
echo "⚠️ Found $CRASH_COUNT crashes from this fuzzing run."
103
+ echo "🧩 Replaying crashes to print stack traces..."
104
+ find "$CRASH_DIR" -type f -exec "$BINARY" {} \;
105
exit 1
106
else
107
echo "✅ No crashes detected."
0 commit comments