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

Minimizer fix #2500

Merged
merged 3 commits into from
Aug 27, 2024
Merged

Minimizer fix #2500

merged 3 commits into from
Aug 27, 2024

Conversation

mineo333
Copy link
Contributor

There is an issue in the interaction between StdWeightedScheduler and CorpusMinimizers.

StdWeightedScheduler calls on_next_metadata which in turns calls state.corpus().current(). Because the current entry is not made None, the current could be outdated.

@domenukk domenukk requested a review from addisoncrump August 26, 2024 09:41
Copy link
Collaborator

@addisoncrump addisoncrump left a comment

Choose a reason for hiding this comment

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

Nice catch.

@domenukk domenukk merged commit a8bccf9 into AFLplusplus:main Aug 27, 2024
97 of 100 checks passed
Marcondiro pushed a commit to Marcondiro/LibAFL that referenced this pull request Sep 4, 2024
* Clear potentially out of date id

* fmt

* add mut
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