DragonFly BSD
DragonFly commits List (threaded) for 2010-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: DragonFly_RELEASE_2_6 kernel - Try to fix NULL pointer issue in syncache_timer_handler()


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 30 Apr 2010 11:09:31 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]