search for: server_end

Displaying 2 results from an estimated 2 matches for "server_end".

Did you mean: server_bind
2003 Apr 18
0
[Fwd: Xinetd 2.3.10 Memory Leaks]
...conn_free( cp, 1 ); > > return; > > } > > CONN_CLOSE(cp); > > } > > } > > > > The above code has several problems. One background piece of information > > is that the sigchld handler in xinetd (child_exit->server_end-> > > svc_postmortem) normally frees the connection's data. If the ret_code is > > not OK, the connection was only closed. This is little more than close(cp- > > >co_descriptor); This does not free cp since sigchld will not be called. > > It was only if the...
2024 Sep 06
9
[Bug 3729] New: the new sshd does not work under the supervision of inetd
https://bugzilla.mindrot.org/show_bug.cgi?id=3729 Bug ID: 3729 Summary: the new sshd does not work under the supervision of inetd Product: Portable OpenSSH Version: 9.8p1 Hardware: ARM OS: Linux Status: NEW Severity: major Priority: P5 Component: sshd