Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2023 13:31:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271991] Crash on some network packets with fresh stable
Message-ID:  <bug-271991-227-xMnToeNPFG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271991-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271991-227@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=3D271991

--- Comment #3 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
(In reply to Kristof Provost from comment #2)

Why not handle M_EXTPG in m_pullup()?

Netgraph and probably other kernel code may unpredictable (depend on user
config) access to packets data.

In my case as workaround I temporary remove ng_bpf and it help.
Probably some one with tcpdump/wireshark may got same error.

--=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-271991-227-xMnToeNPFG>