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

fix(build): fix hfuzz_build_args parsing #83

Merged
merged 1 commit into from May 21, 2024

Conversation

altaua
Copy link

@altaua altaua commented Jun 14, 2023

The code searches hfuzz_build_args for any tokens matching "--profile", but it currently does this in a way that fails if any of the contained tokens are shorter than 9 characters. Simplify the check.

The code searches hfuzz_build_args for any tokens matching "--profile",
but it currently does this in a way that fails if any of the contained
tokens are shorter than 9 characters. Simplify the check.
@PaulGrandperrin PaulGrandperrin merged commit 63ea011 into rust-fuzz:master May 21, 2024
@PaulGrandperrin
Copy link
Member

Thanks again !

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.

None yet

2 participants