network - Fix nasty bug in udp6_send()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 16 Sep 2010 07:38:49 +0000 (00:38 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 16 Sep 2010 07:38:49 +0000 (00:38 -0700)
commitc14a35e96cf7d2910e09862ad8374f5c28acc91c
tree44b0cd2080843f600eff696d0c328313a5749f0c
parentf6061ce2200777837fde9e92c121a738367deb3d
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@theshell.com>,
     Francois Tigeot <ftigeot@wolfpond.org>
sys/netinet6/udp6_usrreq.c