CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2009/08/06 05:15:18
Modified files: sys/net : Tag: OPENBSD_4_6 pf.c Log message: MFC, ok deraadt ---------------------------- revision 1.656 date: 2009/07/28 11:20:09; author: henning; state: Exp; lines: +9 -4 check that pool_get actually gives us memory in pf_test_rule. introduced by yours truly (no idea how that could happpen), problem found by sthen the hard way, fix by me. ok dlg ---------------------------- revision 1.657 date: 2009/07/28 11:22:33; author: henning; state: Exp; lines: +8 -0 do not leak pf_rule_item_pl items in pf_test_rule() when 1) at least one match rule matched the packet and 2) we do not create state found by me while fixing the pool_get problem, ok dlg