CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/03 07:33:12
Modified files:
sys/net : pf_lb.c
Log message:
A recently added sanity check panic in pf_postprocess_addr() was
triggered for a reply-to rule. It turns out this case has been using
uninitialised memory as if it were a valid pf pool.
As the rest of the function assumes a valid pool for now just return.
Problem reported by RD Thrush.
ok jung@ mikeb@
