kernel - Try to fix NULL pointer issue in syncache_timer_handler()
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 30 Apr 2010 18:08:14 +0000 (11:08 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 30 Apr 2010 18:08:14 +0000 (11:08 -0700)
commit1696176312f2452d97af549618c7f240f4972136
treec906eae3313ac4d55310c29ea38f59399650574e
parent0a540608ca71a822c1f78cdd2a79dbff452f47ba
kernel - Try to fix NULL pointer issue in syncache_timer_handler()

* There seems to be a case where a tcpcb's inp can be NULL when accessed
  from syncache_timer_handler().  Try to handle it.
sys/netinet/tcp_syncache.c