netdev.vger.kernel.org archive mirror
 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

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