Date: Tue, 11 May 2004 03:26:38 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c Message-ID: <200405111026.i4BAQcu3093739@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. Revision Changes Path 1.189 +1 -1 src/sys/vm/vm_mmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405111026.i4BAQcu3093739>