git: kernel - Try to fix NULL pointer issue in syncache_timer_handler()
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Apr 30 11:10:44 PDT 2010
commit 1696176312f2452d97af549618c7f240f4972136
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Apr 30 11:08:14 2010 -0700
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.
Summary of changes:
sys/netinet/tcp_syncache.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1696176312f2452d97af549618c7f240f4972136
--
DragonFly BSD source repository
More information about the Commits
mailing list