Date: Thu, 17 Jul 2008 16:44:07 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c src/sys/sys imgact.h Message-ID: <200807171645.m6HGjJss087520@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807171645.m6HGjJss087520>
