mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
The else branch in fork_filter_process was missing braces, causing proc_path to be read uninitialised and passing garbage to sh -c, crashing smtpd with a syntax error.