cvs commit: src/sys/kern tty.c

John Baldwin jhb at FreeBSD.org
Thu Dec 30 11:24:49 PST 2004


jhb         2004-12-30 19:24:49 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c 
  Log:
  Call tty_close() at the very end of ttyclose() since otherwise NULL
  deferences can occur since tty_close() may end up freeing the tty structure
  if it drops the last reference to it.
  
  Glanced at by:  phk
  
  Revision  Changes    Path
  1.244     +1 -1      src/sys/kern/tty.c


More information about the cvs-src mailing list