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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Improper Import Order Breaking fuzz_submodule Fuzzer #1926

Merged

Conversation

DaveLak
Copy link
Contributor

@DaveLak DaveLak commented Jun 4, 2024

ClusterFuzz runs of the fuzz_submodule target have been failing because the git import was placed before the condition that sets the Git executable path 馃槥

The order in which git is imported matters because it attempts to find a Git executable as the import is loaded (via refresh() in git/__init__.py.) As per #1909, we configure the ClusterFuzz environment to use a bundled Git executable via the env variable condition in all fuzz targets.

ClusterFuzz runs of the `fuzz_submodule` target have been failing
because the `git` import was placed before the condition that sets the
Git executable path.

The order in which `git` is imported matters because it attempts to find
a Git executable as the import is loaded (via `refresh()` in
`git/__init__.py`.) As per gitpython-developers#1909, we configure the ClusterFuzz
environment to use a bundled Git executable via the env variable
condition in all fuzz targets.
Copy link
Member

@Byron Byron 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 lot!

Let's try it out :).

@Byron Byron merged commit ca1d031 into gitpython-developers:main Jun 4, 2024
26 checks passed
@DaveLak DaveLak deleted the fix-broken-fuzz-submodule-target branch June 4, 2024 19:16
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.

None yet

2 participants