PROBLEM: (84545, 84777, 80449, 80887, 81451, SSRT0708U) (PATCH ID: OSF510-138) ******** This patch fixes the following /usr/sbin/inetd problems: - A potential security vulnerability has been discovered, where under certain circumstances, system integrity may be compromised. This may be in the form of inetd child process core dumping or failing to service incoming connection requests. Compaq has corrected this potential vulnerability. - inetd can terminate without notice and without a core file. - The "disable" keyword is being ignored when used in the /etc/inetd.conf.local configuration file. - The "-h" option does not restart any inetd children to handle requests because the parent still thinks one is running. PROBLEM: (80230) (PATCH ID: OSF510-501) ******** This patch allows the socket listen backlog in inetd(8) to be settable by command line option using the -l switch. inetd [-d] [-l backlog] [-R rate] [-r radid] [configfile] -l backlog Specifies the maximum number of outstanding TCP connection requests that the system will queue for services (socket listen queue limit). The default is the maximum defined by the somaxconn kernel attribute for the socket subsystem. Use the sysconfig -q socket somaxconn command to obtain this value.