Date: Mon, 01 Feb 2021 20:27:00 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 253169] ipfw: sigbus when ext6hdr option is omitted Message-ID: <bug-253169-227-zkHyigJUGE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253169-227@https.bugs.freebsd.org/bugzilla/> References: <bug-253169-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=3D253169 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D682c31db4ecfb8fc6cac0e8ad4945c033= 79ea3d1 commit 682c31db4ecfb8fc6cac0e8ad4945c03379ea3d1 Author: Evgeniy Khramtsov <2khramtsov@gmail.com> AuthorDate: 2021-02-01 19:03:57 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2021-02-01 20:25:11 +0000 ipfw(8) crashes when ext6hdr option is omitted Verify that the option is passed, error out if it's not. The problem can be trivially triggered with `ipfw add allow ext6hdr`. PR: 253169 Reviewed by: kp@ MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D28447 sbin/ipfw/ipfw2.c | 1 + 1 file changed, 1 insertion(+) --=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-253169-227-zkHyigJUGE>