Loading
opensmtpd: fix missing braces in proc_path.diff for fork_filter_process
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.