From owner-svn-src-head@FreeBSD.ORG Fri May 22 18:48:46 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C95FD1065670; Fri, 22 May 2009 18:48:46 +0000 (UTC) Date: Fri, 22 May 2009 18:48:46 +0000 From: Alexey Dokuchaev To: Rick Macklem Message-ID: <20090522184846.GA34437@FreeBSD.org> References: <200905221810.n4MIAe4J014419@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200905221810.n4MIAe4J014419@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r192591 - head/sys/fs/nfsserver X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 18:48:47 -0000 On Fri, May 22, 2009 at 06:10:40PM +0000, Rick Macklem wrote: > Author: rmacklem > Date: Fri May 22 18:10:39 2009 > New Revision: 192591 > URL: http://svn.freebsd.org/changeset/base/192591 > > Log: > Modified the printf message of r192590 to remove the > possible DOS attack, as suggested by Sam. > > - printf("out of clientids, possible DOS attack\n"); > + printf("out of clientids\n"); Previously, panic() message referred "nfs4", now it does not, making it rather cryptic without grepping through the source code. ./danfe