Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 1996 16:43:14 -0700 (PDT)
From:      Julian Elischer <julian>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_exit.c
Message-ID:  <199610042343.QAA03437@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610042343.QAA03437>