cvs commit: src/sys/vm vm_mmap.c
    Tim J. Robbins 
    tjr at FreeBSD.org
       
    Tue May 11 03:26:38 PDT 2004
    
    
  
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
    
    
More information about the cvs-all
mailing list