Date: Sat, 14 Sep 2002 11:55:11 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c Message-ID: <200209141855.g8EItBC9035815@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2002/09/14 11:55:11 PDT
Modified files:
sys/kern kern_exec.c
Log:
Move setugidsafety() call outside of process lock. This prevents a lock
recursion when closef() calls pfind() which also wants the proc lock.
This case only occurred when setugidsafety() needed to close unsafe files.
Reviewed by: truckman
Revision Changes Path
1.191 +5 -3 src/sys/kern/kern_exec.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209141855.g8EItBC9035815>
