Date: Tue, 11 May 2004 20:45:35 +1000 From: Tim Robbins <tjr@freebsd.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c Message-ID: <20040511104535.GA35014@cat.robbins.dropbear.id.au> In-Reply-To: <200405111026.i4BAQcu3093739@repoman.freebsd.org> References: <200405111026.i4BAQcu3093739@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 11, 2004 at 03:26:38AM -0700, Tim J. Robbins wrote: > tjr 2004/05/11 03:26:38 PDT > > FreeBSD src repository > > Modified files: > sys/vm vm_mmap.c > Log: > To handle orphaned character device vnodes properly in mmap(), check that > v_mount is non-null before dereferencing it. If it's null, behave as if > MNT_NOEXEC was not set on the mount that originally containined it. Bug magnet: Kris :-) Tim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040511104535.GA35014>