From owner-cvs-src Sat Feb 15 5:25:13 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5213137B401; Sat, 15 Feb 2003 05:25:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FA043FA3; Sat, 15 Feb 2003 05:25:11 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1FDPBbv010535; Sat, 15 Feb 2003 05:25:11 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1FDPBIu010534; Sat, 15 Feb 2003 05:25:11 -0800 (PST) Message-Id: <200302151325.h1FDPBIu010534@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 15 Feb 2003 05:25:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2003/02/15 05:25:11 PST Modified files: (Branch: RELENG_4) usr.sbin/inetd inetd.c Log: MFC 1.117: The tcp_wrappers function `fromhost()' can fail. In such cases, the `struct sockaddr' will not be allocated. Revision Changes Path 1.80.2.10 +16 -2 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message