CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/13 16:36:53
Modified files:
sys/netinet6 : frag6.c
Log message:
In frag6_input() there was an mbuf length calculation error. If
you want to move "offset" bytes forward by "sizeof(struct ip6_frag)"
bytes within an mbuf, you must have at least "offset + sizeof(struct
ip6_frag)" bytes space in that mbuf.
Fix from KAME, FreeBSD also has it.
ok claudio@ markus@
