OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Henning Brauer (henningcvs.openbsd.org)
Date: Wed Jul 20 2005 - 12:06:30 CDT


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2005/07/20 11:06:30

Modified files:
        sys/net : pf_if.c

Log message:
need to reset kif->pfik_group to NULL before calling pfi_kif_unref() so it can
notice that this kif is not referenced and not attached to an interface
or a group and actually deletes it. plugs a memleak, PR 4267 is caused by
this.