Date: Thu, 28 May 2009 04:08:07 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/linux linux_socket.c Message-ID: <200905280408.n4S48Oh3041125@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dchagin 2009-05-28 04:08:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/compat/linux linux_socket.c Log: SVN rev 192952 on 2009-05-28 04:08:07Z by dchagin Merge r192373 from HEAD to stable/7: Validate user-supplied arguments values. Args argument is a pointer to the structure located in user space in which the socketcall arguments are packed. The structure must be copied to the kernel instead of direct dereferencing. Approved by: kib (mentor) Revision Changes Path 1.74.2.4 +28 -1 src/sys/compat/linux/linux_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905280408.n4S48Oh3041125>