[Bug 244002] Kernel panic while trying to read multicast stream

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 24 09:58:51 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002

--- Comment #23 from commit-hook at freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Feb 24 09:57:48 UTC 2020
New revision: 358273
URL: https://svnweb.freebsd.org/changeset/base/358273

Log:
  MFC r358013:
  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@
  Sponsored by: Mellanox Technologies

Changes:
_U  stable/12/
  stable/12/sys/net/netisr.c
  stable/12/sys/netinet/igmp.c
  stable/12/sys/netinet6/mld6.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list