Re: A bug in udp6_input() - should use proto instead of ip6->ip6_nxt

2015-08-31 Thread Tiwei Bie
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-&g

A bug in udp6_input() - should use proto instead of ip6->ip6_nxt

2015-08-30 Thread Tiwei Bie
IPPROTO_UDPLITE) ? 1 : 0; if (nxt == IPPROTO_UDPLITE) { /* Zero means checksum over the complete packet. */ Best regards, Tiwei Bie ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freeb