[Bug 235281] pfsync: double fault when removing non-existent syncdev

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 28 16:38:36 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235281

            Bug ID: 235281
           Summary: pfsync: double fault when removing non-existent
                    syncdev
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: asomers at FreeBSD.org

On 12.0-RELEASE (but not CURRENT) I can cause a double fault by setting up
pfsync, deleting the sync interface, and then trying to remove the sync
interface from pfsync0.

Steps to reproduce:

$ ifconfig tun0 create
$ kldload pfsync
$ ifconfig pfsync0 syncdev tun0
$ ifconfig tun0 destroy
$ # At this point, "ifconfig pfsync0" will still show the association with tun0
$ ifconfig pfsync0 -syncdev

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


More information about the freebsd-bugs mailing list