netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Karlis Peisenieks <karlis@mt.lv>
To: netdev@oss.sgi.com
Subject: bridge bug
Date: Thu, 4 Sep 2003 13:19:00 +0300	[thread overview]
Message-ID: <20030904101900.GA32077@mt.lv> (raw)

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


Attached patch fixed memory leak in 2.4.22 bridge. Have not checked 
2.6.x versions.


Karlis

[-- Attachment #2: p --]
[-- Type: text/plain, Size: 177 bytes --]

--- br_stp_bpdu.c	27 Aug 2003 10:42:07 -0000	1.1.1.3
+++ br_stp_bpdu.c	4 Sep 2003 10:17:17 -0000
@@ -194,6 +194,6 @@
 	}
 
  err:
-	kfree(skb);
+	kfree_skb(skb);
 	return 0;
 }

             reply	other threads:[~2003-09-04 10:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-04 10:19 Karlis Peisenieks [this message]
2003-09-04 11:26 ` bridge bug David S. Miller

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=20030904101900.GA32077@mt.lv \
    --to=karlis@mt.lv \
    --cc=netdev@oss.sgi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).