Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fuzzing tests #1032

Merged
merged 22 commits into from
Dec 12, 2024
Prev Previous commit
Next Next commit
Update minimize_out.sh
  • Loading branch information
Klavishnik authored Dec 9, 2024
commit 6c38cc6f591dfe75b5aeec351d3af9bd7aa0ee0c
4 changes: 2 additions & 2 deletions src/tests/fuzz/minimize_out.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ for file in "$out_dir"/*/crashes/*; do
# Check if the current item is a file
if [ -f "$file" ]; then
echo "Processing file: $file"
casr-san -o "new_out/$index.casrep" -- "$binary" < "$file"
casr-san -o "new_out/$index.casrep" -- "$binary" "$file"
((index++))
else
echo "Skipped (not a file): $file"
fi
done

casr-cluster -c "new_out" out-cluster
casr-cluster -c "new_out" out-cluster