All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [Fwd: Bug fixed]
  2002-06-10  8:50 [Fwd: Bug fixed] Martin Josefsson
@ 2002-06-11  8:21 ` Harald Welte
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Welte @ 2002-06-11  8:21 UTC (permalink / raw)
  To: Martin Josefsson; +Cc: Netfilter-devel, zhongyu

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

> 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.

ouch. thanks. How can something as obvious as this bug survive for that 
long time?

I'll pass this on for kernel inclusion immediately.

Could you tell us your real name for the scoreboard? thanks.

-- 
Live long and prosper
- Harald Welte / laforge@gnumonks.org               http://www.gnumonks.org/
============================================================================
GCS/E/IT d- s-: a-- C+++ UL++++$ P+++ L++++$ E--- W- N++ o? K- w--- O- M+ 
V-- PS++ PE-- Y++ PGP++ t+ 5-- !X !R tv-- b+++ !DI !D G+ e* h--- r++ y+(*)

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ 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.