Skip to content

Add support for mut in the fuzz_target! macro#118

Open
ventaquil wants to merge 1 commit intorust-fuzz:mainfrom
ventaquil:feature/mut-in-macro
Open

Add support for mut in the fuzz_target! macro#118
ventaquil wants to merge 1 commit intorust-fuzz:mainfrom
ventaquil:feature/mut-in-macro

Conversation

@ventaquil
Copy link

Fixes #104

fuzz_target!(|mut data: &[u8]| {
    //
});

@ventaquil ventaquil force-pushed the feature/mut-in-macro branch from 31a75ba to 103315a Compare March 23, 2024 15:47
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.

Implementation of fuzz_target! is overly restrictive

2 participants