看板 DFBSD_commit 關於我們 聯絡資訊
commit e14d482189ef10da3d0e32ab6e3f47302858648b Author: Matthew Dillon <dillon@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/e14d482189ef10da3d0e32ab6e3f47302858648b -- DragonFly BSD source repository