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 ForkserverExecutorBuilder::shmem_provider (#2539) #2540

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

domenukk
Copy link
Member

This should fix the builder issue reported in #2538

@@ -209,8 +209,10 @@ impl<T> MappedInput for Option<T>
where
T: MappedInput,
{
type Type<'a> = Option<T::Type<'a>>
where T: 'a;
type Type<'a>
Copy link
Member Author

Choose a reason for hiding this comment

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

Arbitrary change in cargo fmt lol

@domenukk
Copy link
Member Author

@R9295 The libafl-fuzz test seems to not find crashes in here...

@domenukk domenukk merged commit 173a9ad into main Sep 23, 2024
95 of 101 checks passed
@domenukk domenukk deleted the fix_forkserverbuilder branch September 23, 2024 12:15
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.

1 participant