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 a segfault in the git fetcher #6582

Merged
merged 1 commit into from
May 31, 2022
Merged

Fix a segfault in the git fetcher #6582

merged 1 commit into from
May 31, 2022

Commits on May 27, 2022

  1. Fix a segfault in the git fetcher

    The git fetcher code used to dereference the (potentially empty) `ref`
    input attribute. This was magically working, probably because the
    compiler somehow outsmarted us, but is now blowing up with newer nixpkgs
    versions.
    
    Fix that by not trying to access this field while we don't know for sure
    that it has been defined.
    
    Fix #6554
    Théophane Hufschmitt committed May 27, 2022
    Configuration menu
    Copy the full SHA
    027fd45 View commit details
    Browse the repository at this point in the history