Date: Thu, 26 Feb 2009 10:14:10 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern tty_pty.c Message-ID: <200902261014.n1QAEJIq045901@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-02-26 10:14:10 UTC FreeBSD src repository Modified files: sys/kern tty_pty.c Log: SVN rev 189060 on 2009-02-26 10:14:10Z by ed Don't use PTY name as format string, even though it isn't insecure here. It's guaranteed that the `name' variable always contains a string of the form pty[l‐sL‐S][0‐9a‐v], but I'd rather keep the compiler happy (LLVM). Revision Changes Path 1.163 +1 -1 src/sys/kern/tty_pty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902261014.n1QAEJIq045901>