FreeBSD/src 6701c43 (r328313)sys/netpfil/pf pf.c

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
DeltaFile
+3-1sys/netpfil/pf/pf.c
+3-11 files

UnifiedSplitRaw