From owner-cvs-src@FreeBSD.ORG Fri Apr 23 14:12:11 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 2284916A4CE; Fri, 23 Apr 2004 14:12:11 -0700 (PDT) Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA8243D48; Fri, 23 Apr 2004 14:12:10 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i3NLC9Eg008245; Fri, 23 Apr 2004 23:12:09 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i3NLC9FD038957; Fri, 23 Apr 2004 23:12:09 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i3NLC9K7038956; Fri, 23 Apr 2004 23:12:09 +0200 (CEST) (envelope-from wkb) Date: Fri, 23 Apr 2004 23:12:09 +0200 From: Wilko Bulte To: Maxim Konovalov Message-ID: <20040423211209.GA38939@freebie.xs4all.nl> References: <20040423194922.2A89916A543@hub.freebsd.org> <20040424004637.T10687@mp3files.int.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040424004637.T10687@mp3files.int.ru> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-BETA X-PGP: finger wilko@freebsd.org cc: cvs-src@freebsd.org cc: Don Lewis cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: 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 21:12:11 -0000 On Sat, Apr 24, 2004 at 12:48:24AM +0400, Maxim Konovalov wrote: > On Fri, 23 Apr 2004, 12:49-0700, Don Lewis wrote: > > > 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 > > Please MFC that to RELENG_4_10. I've got the approval from RE but > haven't manage to commit the fix yet. You have to re-gain approval for commits to RELENG_4_10 as we are now in the RC (release candidates) timeframe. As least that is what I think scottl wrote. -- Wilko Bulte wilko@FreeBSD.org