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

tools/syz-reproducers.sh: use new archive structure #5504

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tarasmadan
Copy link
Collaborator

No description provided.

@tarasmadan tarasmadan marked this pull request as ready for review November 12, 2024 11:54
@@ -23,7 +23,7 @@ tar -xzf "$target_dir/upstream.tar.gz" -C "$target_dir" && rm "$target_dir/upstr
mkdir -p "$target_dir/bin"

# Compile the programs and count the successfully built ones.
built_count=$(find "$target_dir/repros" -name "*.c" -print0 | \
built_count=$(find "$target_dir/export/bugs" -name "*.c" -print0 | \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a link to the directory structure somewhere in this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants