Date: Tue, 10 Oct 2006 22:46:22 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ipc.c Message-ID: <200610102246.k9AMkMkK071700@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-10-10 22:46:22 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ipc.c Log: Only try to copyin a msqid for the IPC_SET command to msgctl(). Other commands (such as IPC_RMID) were bogusly failing with EFAULT. Tested by: jkim Revision Changes Path 1.50 +6 -5 src/sys/compat/linux/linux_ipc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610102246.k9AMkMkK071700>