Attempt to fix an occassional panic in pf_purge_expired_states() by
commit0cfc1107328b9b6a8be7dfbd68fc07500256373b
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 16 Jul 2006 22:42:23 +0000 (16 22:42 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 16 Jul 2006 22:42:23 +0000 (16 22:42 +0000)
treea144345ad454cbdc4529288136bfc10110b3a49c
parentdac41c42d9747e44d355a6748f5aa26577b22c03
Attempt to fix an occassional panic in pf_purge_expired_states() by
replacing an unsafe loop iteration with a safe one.

Reported-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de>
Note: Simon's crash only occurs once a month or so, so this patch is
not definitive.
sys/net/pf/pf.c