Date: Sat, 14 Aug 1999 03:30:39 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_ioctl.c Message-ID: <199908141030.DAA10204@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 1999/08/14 03:30:39 PDT Modified files: sys/i386/linux linux_ioctl.c Log: Fix the LINUX_TCSET{A|AW|AF} and LINUX_TCSET{S|SW|SF} ioctls. These all suffer from the same bug in that the argument is not first copied from user space before it is used. This is part 2 (of 2) of the termios fixes. Revision Changes Path 1.39 +28 -7 src/sys/i386/linux/linux_ioctl.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?199908141030.DAA10204>