Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2009 18:48:46 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Rick Macklem <rmacklem@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r192591 - head/sys/fs/nfsserver
Message-ID:  <20090522184846.GA34437@FreeBSD.org>
In-Reply-To: <200905221810.n4MIAe4J014419@svn.freebsd.org>
References:  <200905221810.n4MIAe4J014419@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090522184846.GA34437>