All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Josefsson <gandalf@wlug.westbo.se>
To: Netfilter-devel <netfilter-devel@lists.samba.org>
Cc: zhongyu <zhongyu@ecfounder.com>
Subject: [Fwd: Bug fixed]
Date: 10 Jun 2002 10:50:42 +0200	[thread overview]
Message-ID: <1023699042.19837.77.camel@tux> (raw)

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.

             reply	other threads:[~2002-06-10  8:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-10  8:50 Martin Josefsson [this message]
2002-06-11  8:21 ` [Fwd: Bug fixed] Harald Welte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1023699042.19837.77.camel@tux \
    --to=gandalf@wlug.westbo.se \
    --cc=netfilter-devel@lists.samba.org \
    --cc=zhongyu@ecfounder.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.