https://bugzilla.mindrot.org/show_bug.cgi?id=1988
Alex Vandiver <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Alex Vandiver <[email protected]> --- I agree with the other recent comments on this ticket; while the patch discussed on this ticket suggested `daemon(1,0)` (which would have adjusted the file descriptors) the commit as it was landed used `daemon(1,1)` instead, which has no effect on the FDs. It's also not clear why the return code check was omitted. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
