git: network - Fix nasty bug in udp6_send()

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Sep 16 00:43:18 PDT 2010


commit c14a35e96cf7d2910e09862ad8374f5c28acc91c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Sep 16 00:38:49 2010 -0700

    network - Fix nasty bug in udp6_send()
    
    * This bug was causing machines receiving inet6 udp packets to crash
      very quickly, but was nearly impossible to find due to the weird
      way it caused mbufs to interact.
    
    Reported-by: Peter Avalos <peter at theshell.com>,
    	     Francois Tigeot <ftigeot at wolfpond.org>

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c14a35e96cf7d2910e09862ad8374f5c28acc91c


-- 
DragonFly BSD source repository





More information about the Commits mailing list