Files
phaer dd0017c90e 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.
2026-04-08 20:40:33 +02:00
..