-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Make sure EM and Z remain consistent in InProcessExecutor #2873
base: main
Are you sure you want to change the base?
Conversation
I'm playing around getting around the phantom data with a trait.. |
i like this one more. simply and just works |
Adds more generics though |
Ok this is the way. |
i continue on this now |
/// The observers, observing each run | ||
pub(super) observers: OT, | ||
// Crash and timeout hah | ||
/// Crash and timeout hah |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*hooks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
Thanks! :) |
I can't fix libafl_sugar... idk what the compiler wants here |
Superseded by #2878 |
#2879 must be done first |
This is one possible fix for #2872