
bugzilla-daemon at bugzilla
Sep 1, 2009, 5:30 AM
Post #2 of 3
(553 views)
Permalink
|
|
[Bug 1643] Set FD_CLOEXEC on client socket
[In reply to]
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1643 Darren Tucker <dtucker [at] zip> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker [at] zip --- Comment #2 from Darren Tucker <dtucker [at] zip> 2009-09-01 22:30:09 EST --- Are any descriptors actually leaked and if so under what conditions? There's a: closefrom(STDERR_FILENO + 1); in session.c:do_exec() which is called for all login types. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|