CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/09 13:25:46
Modified files:
sys/netinet6 : ip6_forward.c
Log message:
In ip6_forward() only one call to icmp6_error() was not protected
by an if (mcopy). The variable mcopy comes from m_copy() and could
be NULL. Bring this call in line with all the other icmp6_error()
calls.
ok henning@, claudio@, markus@, mpf@
