All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] net/ipv4/netfilter/ipt_recent.c 2.6.17-rc2-git5
@ 2006-04-24  4:09 Anne Thrax
  2006-04-24  4:41 ` Matthew Wilcox
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Anne Thrax @ 2006-04-24  4:09 UTC (permalink / raw)
  To: kernel-janitors

Replaced a kfree() with a kfree_skb() when freeing an sk_buff.

--- /usr/src/linux-2.6.17-rc2-git5-orig/net/ipv4/netfilter/ipt_recent.c 
2006-04-23 16:47:53.000000000 -0500
+++ /usr/src/linux-2.6.17-rc2-git5/net/ipv4/netfilter/ipt_recent.c 
2006-04-23 16:51:09.000000000 -0500
@@ -323,7 +323,7 @@

         kfree(skb->nh.iph);
  out_free_skb:
-       kfree(skb);
+       kfree_skb(skb);
  out_free_info:
         kfree(info);
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2006-04-25  1:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-24  4:09 [KJ] [PATCH] net/ipv4/netfilter/ipt_recent.c 2.6.17-rc2-git5 Anne Thrax
2006-04-24  4:41 ` Matthew Wilcox
2006-04-24 20:39 ` Anne Thrax
2006-04-24 23:24 ` Matthew Wilcox
2006-04-25  0:31 ` Stephen Frost
2006-04-25  1:04 ` Anne Thrax

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.