svn commit: r192591 - head/sys/fs/nfsserver

Alexey Dokuchaev danfe at FreeBSD.org
Fri May 22 18:48:47 UTC 2009


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


More information about the svn-src-head mailing list