HomeFreeBSD

pf: States have at least two references

Description

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

Details

Provenance
kpAuthored on
Parents
rS328312: Follow changes in r328307 by using new IIC_RECURSIVE flag.
Branches
Unknown
Tags
Unknown