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

builtins.fetchurl: Fix segfault on s3:// URLs #11677

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

edolstra
Copy link
Member

Motivation

Fixes #11674.

Also, add an activity to show that we're downloading an s3:// file.

Context

Priorities and Process

Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

Also, add an activity to show that we're downloading an s3:// file.

Fixes NixOS#11674.
@edolstra edolstra added backport 2.24-maintenance Automatically creates a PR against the branch regression Something doesn't work anymore labels Oct 11, 2024
@github-actions github-actions bot added the store Issues and pull requests concerning the Nix store label Oct 11, 2024
Copy link
Member

@roberth roberth left a comment

Choose a reason for hiding this comment

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

I love bugfixes.
Have a question/suggestion, but other than that, LGTM.

src/libstore/filetransfer.cc Show resolved Hide resolved
@github-actions github-actions bot added the fetching Networking with the outside (non-Nix) world, input locking label Oct 14, 2024
@edolstra edolstra merged commit 71c2d82 into NixOS:master Oct 14, 2024
11 checks passed
@edolstra edolstra deleted the fix-s3-crash branch October 14, 2024 11:55
edolstra added a commit that referenced this pull request Oct 14, 2024
…1677

builtins.fetchurl: Fix segfault on s3:// URLs (backport #11677)
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/2024-10-14-nix-team-meeting-minutes-186/54352/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.24-maintenance Automatically creates a PR against the branch fetching Networking with the outside (non-Nix) world, input locking regression Something doesn't work anymore store Issues and pull requests concerning the Nix store
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

nix 2.24.8 segfault fetchurl from s3
4 participants