From owner-cvs-sys Fri Oct 4 16:43:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA03469 for cvs-sys-outgoing; Fri, 4 Oct 1996 16:43:27 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA03437; Fri, 4 Oct 1996 16:43:14 -0700 (PDT) Date: Fri, 4 Oct 1996 16:43:14 -0700 (PDT) From: Julian Elischer Message-Id: <199610042343.QAA03437@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_exit.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/10/04 16:43:14 Modified: sys/kern kern_exit.c Log: If we have no console device it is possible to be 1/ session leader 2/ Have a console device vnode (/dev/console) 3/ have NULL pointer for a consoel tty struct. fix the only case where the tty struct is referenced without a prior check for existance. Revision Changes Path 1.40 +2 -2 src/sys/kern/kern_exit.c