Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 11:42:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 212105] ipfw dumps core after adding rule with table
Message-ID:  <bug-212105-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 212105
           Summary: ipfw dumps core after adding rule with table
           Product: Base System
           Version: CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: bz@FreeBSD.org
                CC: freebsd-amd64@FreeBSD.org
                CC: freebsd-amd64@FreeBSD.org

Debugging 203735 I noticed the following behaviour:

root@:/ # ipfw show
65535 0 0 allow ip from any to any

root@:/ # ipfw add 1 allow ip from 'table(99)' to me
00001 allow ip from table(99) to me

root@:/ # ipfw show
Segmentation fault (core dumped)


Can someone please have a look.  In my case this is with a VIMAGE kernel but
that shouldn't matter on the user space binary.

--=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-212105-8>