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

Refactor fuzzingsession #4374

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Refactor fuzzingsession #4374

wants to merge 2 commits into from

Conversation

jonathanmetzman
Copy link
Collaborator

Start preparing to seperate code dealing with engine and non-engine fuzzing.

@jonathanmetzman jonathanmetzman marked this pull request as ready for review November 4, 2024 17:31
start_time = time.time()
result = self._run_common()
if result:
return result
Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably worth moving the metric from #4336 to a decorator as you pointed out, we are losing instrumentation in this early return.

return result

# TODO(metzman): Move this section into seperate functions for engine and
# blackbox fuzzing instead of sandwhiching with ifs for engine fuzzing.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this being done at this PR, or in a follow up one?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

A following one. That's generally what TODOs mean.

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.

2 participants