Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Instrument test utility functions to increase fuzzer efficiency#1915

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

DaveLak
Copy link
Contributor

Fuzz Introspector was reporting a high percentage of fuzz blockers in thefuzz_diff test. This means the fuzzing engine was unable to gain visibility into functions lower in the call stack than the blocking functions, making it less effective at producing interesting input data.

This clears a large percentage of the fuzz blockers by adding fuzzer instrumentation to them via the@atheris.instrument_func decorator.

Fuzz Introspector Before & After Screenshots

Beforeimage
Afterimage

Fuzz Introspector was reporting a high percentage of fuzz blockersin the `fuzz_diff` test. This means the fuzzing engine was unableto gain visibility into functions lower in the call stack than theblocking functions, making it less effective at producing interestinginput data.This clears a large percentage of the fuzz blockers by adding fuzzerinstrumentation to them via the `@atheris.instrument_func` decorator.
Copy link
Member

@ByronByron left a comment

Choose a reason for hiding this comment

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

Thanks a million! This looks like a tiny change for massive gains.

DaveLak reacted with rocket emoji
@ByronByron merged commitadf4bf0 intogitpython-developers:mainMay 15, 2024
26 checks passed
@DaveLakDaveLak deleted the fix-blockers-in-fuzz-diff branchMay 15, 2024 19:30
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ByronByronByron approved these changes

Assignees
No one assigned
Labels
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@DaveLak@Byron

[8]ページ先頭

©2009-2025 Movatter.jp