Date: Sat, 15 Feb 2003 14:43:06 -0800 (PST) From: Tor Egge <tegge@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c kern_fork.c Message-ID: <200302152243.h1FMh6Ub012865@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tegge 2003/02/15 14:43:06 PST Modified files: sys/kern kern_descrip.c kern_fork.c Log: Avoid file lock leakage when linuxthreads port or rfork is used: - Mark the process leader as having an advisory lock - Check if process leader is marked as having advisory lock when closing file - Check that file is still open after lock has been obtained - Don't allow file descriptor table sharing between processes with different leaders PR: 10265 Reviewed by: alfred Revision Changes Path 1.188 +51 -15 src/sys/kern/kern_descrip.c 1.182 +7 -0 src/sys/kern/kern_fork.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?200302152243.h1FMh6Ub012865>