Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2020 09:58:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 244002] Kernel panic while trying to read multicast stream
Message-ID:  <bug-244002-7501-ci9zHtIXNb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244002-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244002-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244002

--- Comment #23 from commit-hook@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244002-7501-ci9zHtIXNb>