From owner-cvs-src@FreeBSD.ORG Thu Feb 19 03:58:14 2004 Return-Path: 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 A623A16A4CE; Thu, 19 Feb 2004 03:58:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ACB643D1D; Thu, 19 Feb 2004 03:58:14 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1JBwEGe032880; Thu, 19 Feb 2004 03:58:14 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1JBwEvd032879; Thu, 19 Feb 2004 03:58:14 -0800 (PST) (envelope-from truckman) Message-Id: <200402191158.i1JBwEvd032879@repoman.freebsd.org> From: Don Lewis Date: Thu, 19 Feb 2004 03:58:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 11:58:14 -0000 truckman 2004/02/19 03:58:14 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet tcp_usrreq.c Log: MFC 1.92 - Check that sa_len is the appropriate value in tcp_usr_bind(), tcp6_usr_bind(), tcp_usr_connect(), and tcp6_usr_connect() before checking whether the address is multicast so that the proper errno value will be returned if sa_len is incorrect. Revision Changes Path 1.51.2.20 +8 -0 src/sys/netinet/tcp_usrreq.c