Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



Le 15/09/2019 à 23:00, Manuel Bouyer a écrit :
Module Name:	src
Committed By:	bouyer
Date:		Sun Sep 15 21:00:16 UTC 2019

Modified Files:
	src/sys/netinet: ip_input.c
	src/sys/netinet6: ip6_input.c

Log Message:
Packet filters can return an mbuf chain with fragmented headers, so
m_pullup() it if needed and remove the KASSERT()s.


To generate a diff of this commit:
cvs rdiff -u -r1.389 -r1.390 src/sys/netinet/ip_input.c
cvs rdiff -u -r1.208 -r1.209 src/sys/netinet6/ip6_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

I am the one who added these KASSERTs. Please close:

	https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=39794

(And also see my answer)


Home | Main Index | Thread Index | Old Index