From owner-cvs-src@FreeBSD.ORG Fri Apr 23 12:49:09 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 F374D16A4D7; Fri, 23 Apr 2004 12:49:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D360A43D2D; Fri, 23 Apr 2004 12:49:08 -0700 (PDT) (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 i3NJn8Ge045600; Fri, 23 Apr 2004 12:49:08 -0700 (PDT) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NJn8LR045599; Fri, 23 Apr 2004 12:49:08 -0700 (PDT) (envelope-from truckman) Message-Id: <200404231949.i3NJn8LR045599@repoman.freebsd.org> From: Don Lewis Date: Fri, 23 Apr 2004 12:49:08 -0700 (PDT) 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: Fri, 23 Apr 2004 19:49:09 -0000 truckman 2004/04/23 12:49:08 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet tcp_usrreq.c Log: Don't skip the splx() call in *_usr_bind() and *_usr_connect() if the socket address length check fails. This is similar to the fix in revision 1.99, except this version of the fix does not move the sanity checks out from under the spl. Submitted by: pjd Pointy hat to: truckman Revision Changes Path 1.51.2.22 +16 -8 src/sys/netinet/tcp_usrreq.c