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

Discard non-new testcase events for multi-machine messages #2583

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

rmalmain
Copy link
Member

@rmalmain rmalmain commented Oct 3, 2024

No description provided.

@tokatoka tokatoka merged commit 9a50868 into main Oct 3, 2024
100 checks passed
@tokatoka tokatoka deleted the discard_no_tc_mm branch October 3, 2024 16:46
riesentoaster pushed a commit to riesentoaster/LibAFL that referenced this pull request Oct 4, 2024

// If the message comes from another machine, do not
// consider other events than new testcase.
if !event.is_new_testcase() && (flags & LLMP_FLAG_FROM_MM == LLMP_FLAG_FROM_MM) {
Copy link
Member

Choose a reason for hiding this comment

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

Why? We can totally share metadata etc in the future

Copy link
Member

Choose a reason for hiding this comment

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

Pretty sure this check belongs into handle_in_client, if it should exist et all(?)

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, we were trying to bugfix something quickly for an experiment, i was planning to clean-up this today.
I'll reopen a pr soon

Copy link
Member

Choose a reason for hiding this comment

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

Why merge tests to main?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes it was not a good idea in the first place, i'll just revert this one in the next patch

rmalmain added a commit that referenced this pull request Oct 7, 2024
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.

3 participants