Hans Petter Selasky bacb11c9ed Fix kernel panic while trying to read multicast stream.
When VIMAGE is enabled make sure the "m_pkthdr.rcvif" pointer is set
for all mbufs being input by the IGMP/MLD6 code. Else there will be a
NULL-pointer dereference in the netisr code when trying to set the
VNET based on the incoming mbuf. Add an assert to catch this when
queueing mbufs on a netisr to make debugging of similar cases easier.

Found by:	Vladislav V. Prodan
PR:		244002
Reviewed by:	bz@
MFC after:	1 week
Sponsored by:	Mellanox Technologies
2020-02-17 09:46:32 +00:00
..
2020-02-07 15:50:47 +00:00
2020-01-29 12:10:42 +00:00
2020-02-14 20:25:04 +00:00
2020-02-07 19:53:07 +00:00
2020-02-14 13:09:41 +00:00
2020-02-14 23:15:41 +00:00
2020-02-03 17:35:11 +00:00