cvs commit: src/sys/vm vm_mmap.c

Tim Robbins tjr at freebsd.org
Tue May 11 03:46:12 PDT 2004


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


More information about the cvs-src mailing list