From: David Kimdon Date: Tue, 27 Dec 2005 01:27:10 +0000 (-0800) Subject: [BR_NETFILTER]: Fix leak if skb traverses > 1 bridge X-Git-Tag: v2.6.15~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79cac2a221ce18642550a13bed0f0203514923ea;p=pandora-kernel.git [BR_NETFILTER]: Fix leak if skb traverses > 1 bridge Call nf_bridge_put() before allocating a new nf_bridge structure and potentially overwriting the pointer to a previously allocated one. This fixes a memory leak which can occur when the bridge topology allows for an skb to traverse more than one bridge. Signed-off-by: David Kimdon Signed-off-by: David S. Miller --- Reading git-diff-tree failed