mirror of
https://github.com/NixOS/nix.git
synced 2025-12-24 18:00:55 +01:00
This closes a long-time bug that allowed builds to hang Nix indefinitely (regardless of timeouts) simply by doing exec > /dev/null 2>&1; while true; do true; done Now, on EOF, we just send SIGKILL to the child to make sure it's really gone. |
||
|---|---|---|
| .. | ||
| common-args.cc | ||
| common-args.hh | ||
| local.mk | ||
| nix-main.pc.in | ||
| shared.cc | ||
| shared.hh | ||
| stack.cc | ||