csjp 2008-09-10 20:12:10 UTC FreeBSD src repository
Modified files: sys/kern tty_ttydisc.c Log: SVN rev 182917 on 2008-09-10 20:12:10Z by csjp Make sure the TTY has not disappeared out from under us before calling ttydevsw_outwakeup(). This should fix panics which occur after remote login sessions timeout during moderate TTY activity. An example of where this might occur is where a pending write to the terminal is occurring while sshd(8) is shutting down the TTY after a TCP timeout. Submitted by: ed Revision Changes Path 1.4 +3 -2 src/sys/kern/tty_ttydisc.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"