[Bug 212105] ipfw dumps core after adding rule with table
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 24 11:42:01 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212105
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 at FreeBSD.org
Reporter: bz at FreeBSD.org
CC: freebsd-amd64 at FreeBSD.org
CC: freebsd-amd64 at 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list