Date: Mon, 21 Jan 2008 12:57:18 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_pty.c Message-ID: <200801211257.m0LCvJNj030032@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2008-01-21 12:57:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/kern tty_pty.c Log: MFC rev. 1.156: In the rev. 1.153, the one place for converting minor number to unit was missed. As result, pty_create_slave() may index out of the names[] bounds, creating wrong slave tty names. Approved by: re (kensmith) Revision Changes Path 1.152.2.2.2.1 +3 -1 src/sys/kern/tty_pty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801211257.m0LCvJNj030032>