On Mon, Aug 31, 2015 at 09:28:07AM +, Bjoern A. Zeeb wrote:
>
> > On 31 Aug 2015, at 04:05 , Tiwei Bie wrote:
> >
> > I found a bug in udp6_input(). The 'proto' parameter should be used to
> > get the protocol number (UDP or UDPLITE), instead of ip6->ip6_nxt.
> >
> > Because ip6->ip6_nxt ma
> On 31 Aug 2015, at 04:05 , Tiwei Bie wrote:
>
> I found a bug in udp6_input(). The 'proto' parameter should be used to
> get the protocol number (UDP or UDPLITE), instead of ip6->ip6_nxt.
>
> Because ip6->ip6_nxt may be the protocol number of extension header,
> such as:
>
> If a UDP packet
I found a bug in udp6_input(). The 'proto' parameter should be used to
get the protocol number (UDP or UDPLITE), instead of ip6->ip6_nxt.
Because ip6->ip6_nxt may be the protocol number of extension header,
such as:
If a UDP packet is an "atomic" fragment, frag6_input() will return
directly, and