Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 07:00:45 -0800 (PST)
From:      Peter Edwards <peter.edwards@openet-telecom.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/59177: vfs_nmount lacks parameter checks: non-root cancause panic/memory exhaustion.
Message-ID:  <200311111500.hABF0jQ3073071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/59177; it has been noted by GNATS.

From: Peter Edwards <peter.edwards@openet-telecom.com>
To: freebsd-gnats-submit@FreeBSD.org,
	peter.edwards@openet-telecom.com
Cc:  
Subject: Re: kern/59177: vfs_nmount lacks parameter checks: non-root can cause
 panic/memory exhaustion.
Date: Tue, 11 Nov 2003 14:56:36 +0000

 That'll teach me to modify code in send-pr.
 
 In the test program:
 
 > memset(buf, pagesize + 1, 'x'); /* complete page + 1, not null terminated. */
 Should be
 > memset(buf, 'x', pagesize + 1); /* complete page + 1, not null terminated. */
 
 
 
 
 
 



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