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

Insert into corpus if feedback is_interesting on crash/timeout #1327

Merged
merged 9 commits into from Jun 28, 2023

Conversation

s1341
Copy link
Collaborator

@s1341 s1341 commented Jun 28, 2023

This is to enable things like crash-exploration, as well as making sure that crashes that are interesting get added to the corpus

@s1341 s1341 requested a review from tokatoka June 28, 2023 14:00
event_mgr
.fire(
state,
Event::NewTestcase {
Copy link
Member

Choose a reason for hiding this comment

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

The main issue is that this could make your fuzzer sloooow, but it's the right thing to do afaik, anyway :)

@domenukk
Copy link
Member

Should we maybe not add it as testcase if it's already a solution?
Else, if you get a new branch on a crash, it can slow fuzzing down quite a bit

@domenukk domenukk merged commit 871dfa0 into main Jun 28, 2023
17 checks passed
@domenukk domenukk deleted the insert_into_corpus_if_feedback_on_crash branch June 28, 2023 21:53
@s1341
Copy link
Collaborator Author

s1341 commented Jun 29, 2023

I see you merged without the changes you suggested.... do you want me to make a separate PR?

@domenukk
Copy link
Member

Maybe, what do you think?

tokatoka added a commit that referenced this pull request Sep 29, 2023
@tokatoka tokatoka mentioned this pull request Sep 29, 2023
tokatoka added a commit that referenced this pull request Sep 30, 2023
* Revert "Insert into corpus if feedback is_interesting on crash/timeout (#1327)"

This reverts commit 871dfa0.

* unused
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.

None yet

2 participants