Re: [PATCH/RESEND] fix bridge-nf fragment memory leak
From: David S. Miller <hidden>
Date: 2003-12-31 18:33:27
From: David S. Miller <hidden>
Date: 2003-12-31 18:33:27
On Wed, 31 Dec 2003 11:48:14 +0100 Bart De Schuymer [off-list ref] wrote:
I don't see this patch in Linus' tree, so here's a resend... This patch fixes IP defragmentation for bridged packets. nf_bridge_info.hh is renamed to nf_bridge_info.data, the bridge-nf IP code no longer uses the control buffer and a very necessary call of nf_bridge_put is added to ip_output.c (and ip6_output.c).
I just noticed that I didn't merge this too, last night right before going to sleep :) I had it in a seperate tree, and I will merge it in today. Thanks for reminding me.