Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ad4bd3ba8db1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 55014a0947ef
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 26, 2019

  1. Fix chrootenv segfaulting on exit

    glibc 2.27 (and possibly other versions) can't handle an `nopenfd` value larger than 2^19 in `ntfw`, which is problematic if you've set the maximum number of fds per process to a value higher than that.
    L-as committed May 26, 2019
    Copy the full SHA
    50c215d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Fix chrootenv segfaulting on exit (#62091)

    Fix chrootenv segfaulting on exit
    infinisil committed May 27, 2019
    Copy the full SHA
    55014a0 View commit details
    Browse the repository at this point in the history