freebsd-dev/sys/netpfil
Kristof Provost 6701c43213 pf: States have at least two references
pf_unlink_state() releases a reference to the state without checking if
this is the last reference. It can't be, because pf_state_insert()
initialises it to two. KASSERT() that this is always the case.

CID:	1347140
2018-01-24 04:29:16 +00:00
..
ipfw Unsign some values related to allocation. 2018-01-22 02:08:10 +00:00
pf pf: States have at least two references 2018-01-24 04:29:16 +00:00