* [Fwd: Bug fixed]
@ 2002-06-10 8:50 Martin Josefsson
2002-06-11 8:21 ` Harald Welte
0 siblings, 1 reply; 2+ messages in thread
From: Martin Josefsson @ 2002-06-10 8:50 UTC (permalink / raw)
To: Netfilter-devel; +Cc: zhongyu
Forwarding your patch to netfilter-devel where it belongs.
-----Forwarded Message-----
From: zhongyu <zhongyu@ecfounder.com>
To: netfilter@lists.samba.org
Subject: Bug fixed
Date: 10 Jun 2002 16:23:34 +0800
Fix iptable_nat's memory leak problem.
--- linux-orig/net/ipv4/netfilter/ip_nat_core.c Mon Jun 10 16:15:10 2002
+++ linux/net/ipv4/netfilter/ip_nat_core.c Mon Jun 10 16:17:30 2002
@@ -913,4 +913,5 @@
{
ip_ct_selective_cleanup(&clean_nat, NULL);
ip_conntrack_destroyed = NULL;
+ vfree(bysource);
}
--
/Martin
Never argue with an idiot. They drag you down to their level, then beat
you with experience.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-06-11 8:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-10 8:50 [Fwd: Bug fixed] Martin Josefsson
2002-06-11 8:21 ` Harald Welte
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.