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

Fix Improper Import Order Breaking fuzz_submodule Fuzzer #1926

Merged

Commits on Jun 4, 2024

  1. Fix Improper Import Order Breaking fuzz_submodule Fuzzer

    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.
    DaveLak committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    491e134 View commit details
    Browse the repository at this point in the history