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/nix
base: 3ccf3801fb1c
Choose a base ref
...
head repository: NixOS/nix
compare: a0f19d9f3a00
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 27, 2020

  1. RemoteStore::addToStore(): Fix race between stderrThread and NAR writer

    As pointed out by @B4dM4n, the call to to.flush() on stderrThread is
    unsafe because the NAR writer thread is also writing to 'to'.
    
    Fixes #3943.
    edolstra committed Aug 27, 2020
    Copy the full SHA
    a0f19d9 View commit details
    Browse the repository at this point in the history