CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2011/01/28 06:19:44
Modified files: sys/net : if_ethersubr.c Log message: Change an m_free() to m_freem() to free the whole mbuf chain and to prevent a possible memory leak with bpf's BIOCSFILDROP option which is currently used by dhcpd and dhclient. Found by gollo@