This is a discussion on Re: too many close calls for non-opened fds within the OpenSSH Development forums, part of the Networking and Network Related category; On Sat, 19 Aug 2006, Logu wrote: > I understand what you are saying. But even when closefrom is called ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Sat, 19 Aug 2006, Logu wrote:
> I understand what you are saying. But even when closefrom is called only > once per sshd is started, we see lot of close calls. Do you see some side > effects in doing the fix the way I did. Your comments will be appreciated. Yes, if sshd is started with any extra fds attached then they will be made available to all subsequent child processes. Depending on what those fds are, it could be bad... -d _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://lists.mindrot.org/mailman/lis...enssh-unix-dev |