Date: Tue, 19 May 2009 09:10:53 +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: <200905190911.n4J9BG4a004142@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dchagin 2009-05-19 09:10:53 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_socket.c
Log:
SVN rev 192373 on 2009-05-19 09:10:53Z by dchagin
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)
MFC after: 1 week
Revision Changes Path
1.92 +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?200905190911.n4J9BG4a004142>
