cvs commit: src/sys/kern kern_exec.c src/sys/sys imgact.h

Konstantin Belousov kib at FreeBSD.org
Thu Jul 17 16:45:19 UTC 2008


kib         2008-07-17 16:44:07 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c 
    sys/sys              imgact.h 
  Log:
  SVN rev 180570 on 2008-07-17 16:44:07Z by kib
  
  Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE.
  This was unnoticed because local filesystems usually do nothing
  non-trivial in the close vop.
  
  Reported and tested by: Rick Macklem
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.319     +9 -0      src/sys/kern/kern_exec.c
  1.42      +1 -0      src/sys/sys/imgact.h


More information about the cvs-src mailing list