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

git: network - Fix tcp inpcb race


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 11 Sep 2010 13:40:42 -0700 (PDT)

commit 85095f20eecbc0223d704b1eb55a18711837b014
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Sep 11 13:37:21 2010 -0700

    network - Fix tcp inpcb race
    
    * tcbinfo[cpu].porthashbase was being shared across all the cpus,
      creating MP races.  Change it so it isn't shared.
    
    Reported-by: "Samuel J. Greear" <sjg@evilcode.net>

Summary of changes:
 sys/netinet/tcp_subr.c |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/85095f20eecbc0223d704b1eb55a18711837b014


-- 
DragonFly BSD source repository



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