FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Instrument test utility functions to increase fuzzer efficiency by DaveLak · Pull Request #1915 · gitpython-developers/GitPython · GitHub

Instrument test utility functions to increase fuzzer efficiency - #1915

Merged
Byron merged 1 commit into
gitpython-developers:mainfrom
DaveLak:fix-blockers-in-fuzz-diff
May 15, 2024
Merged

Instrument test utility functions to increase fuzzer efficiency#1915
Byron merged 1 commit into
gitpython-developers:mainfrom
DaveLak:fix-blockers-in-fuzz-diff

Conversation

DaveLak commented May 15, 2024

Copy link
Copy Markdown
Contributor

Fuzz Introspector was reporting a high percentage of fuzz blockers in the fuzz_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

Before After

Fuzz Introspector was reporting a high percentage of fuzz blockers
in the `fuzz_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.

Byron left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Byron merged commit adf4bf0 into gitpython-developers:main May 15, 2024
DaveLak deleted the fix-blockers-in-fuzz-diff branch May 15, 2024 19:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL