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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to