diff options
author | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2022-05-27 16:15:28 +0200 |
---|---|---|
committer | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2022-05-27 16:15:28 +0200 |
commit | 027fd45230b74c67e65d06e7073c04b62c60eb4e (patch) | |
tree | 6dc247147c01a961a792a94605c78af917d53274 /Makefile | |
parent | ec07a70979a86cc436de7e46e03789b4606d25ab (diff) |
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
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions