Displaying 1 result from an estimated 1 matches for "svc_request".
Did you mean:
smb_request
2003 Apr 18
0
[Fwd: Xinetd 2.3.10 Memory Leaks]
...>
>
>
>
>
> THE PROBLEM
>
> -----------
>
>
>
> Using objdump -S /usr/sbin/xinetd, the block of code in question comes
>
> from service.c:
>
>
>
> void svc_request( struct service *sp )
>
> {
>
> connection_s *cp ;
>
> status_e ret_code;
>
>
>
>
>
> cp = conn_new( sp ) ;
>
> if ( cp == CONN_NULL )
>
> retu...