All of lore.kernel.org
 help / color / mirror / Atom feed
* bridge bug
@ 2003-09-04 10:19 Karlis Peisenieks
  2003-09-04 11:26 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Karlis Peisenieks @ 2003-09-04 10:19 UTC (permalink / raw)
  To: netdev

[-- 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;
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bridge bug
  2003-09-04 10:19 bridge bug Karlis Peisenieks
@ 2003-09-04 11:26 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-09-04 11:26 UTC (permalink / raw)
  To: Karlis Peisenieks; +Cc: netdev

On Thu, 4 Sep 2003 13:19:00 +0300
Karlis Peisenieks <karlis@mt.lv> wrote:

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

Applied, fix was already in 2.6.x

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-04 11:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-04 10:19 bridge bug Karlis Peisenieks
2003-09-04 11:26 ` David S. Miller

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.