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

git: DragonFly_RELEASE_2_8 network - Fix missing tailq initializer for if_creategroup() API


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 2 Nov 2010 10:15:03 -0700 (PDT)

commit 2220aa3c2c74bde401b1d7e3f413d3be36a11f06
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Tue Nov 2 10:12:14 2010 -0700

    network - Fix missing tailq initializer for if_creategroup() API
    
    * The ifg_head list was missing its initializer, causing calls to
      if_creategroup() (e.g. by pf/pfsync) to panic the box.

Summary of changes:
 sys/net/if.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2220aa3c2c74bde401b1d7e3f413d3be36a11f06


-- 
DragonFly BSD source repository



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