CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/09 18:03:55
Modified files:
sys/net : if_pfsync.c
Log message:
jj reported a panic in bulk updates to me. this is my attempt to fix the
most obvious problem.
if the state table is empty, we'd deref a null pointer.
tested on my firewalls with big state tables, so existing use cases still
work.
