Date: Fri, 2 Jan 2009 23:39:29 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern tty.c Message-ID: <200901042349.n04Nn5DM084194@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-01-02 23:39:29 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: SVN rev 186707 on 2009-01-02 23:39:29Z by ed Fix a corner case in my previous commit. Even though there are not many setups that have absolutely no console device, make sure a close() on a TTY doesn't dereference a null pointer. Revision Changes Path 1.304 +2 -1 src/sys/kern/tty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901042349.n04Nn5DM084194>