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 optional feature 'no_cfg_fuzzing' #306

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

lrubasze
Copy link
Contributor

This is to allow not setting 'fuzzing' flag when compiling fuzzed targets.
Some crates (eg. secp256k1) stub some functions, when they detect 'fuzzing' flag, which makes them useless when fuzzing.

This is to address issue #305

This is to allow not setting 'fuzzing' flag when compiling fuzzed
targets.
Some crates (eg. secp256k1) stub some functions, when they detect
'fuzzing' flag, which makes them useless when fuzzing.
@smoelius
Copy link
Member

Thanks! I'll push a new release shortly.

@smoelius smoelius merged commit 8ece4f9 into rust-fuzz:master Mar 16, 2023
@lrubasze
Copy link
Contributor Author

Thanks for such a prompt reply!

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