lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 27 Feb 2007 12:35:22 -0500 From: Paul Moore <paul.moore@...com> To: Patrick McHardy <kaber@...sh.net> Cc: "David S. Miller" <davem@...emloft.net>, Linux Netdev List <netdev@...r.kernel.org>, Arnaldo Carvalho de Melo <acme@...stprotocols.net> Subject: Re: [NET]: Fix kfree(skb) On Tuesday, February 27 2007 12:06:32 pm Patrick McHardy wrote: > diff --git a/net/netlabel/netlabel_unlabeled.c > b/net/netlabel/netlabel_unlabeled.c index 5bc3718..b931ede 100644 > --- a/net/netlabel/netlabel_unlabeled.c > +++ b/net/netlabel/netlabel_unlabeled.c > @@ -173,7 +173,7 @@ static int netlbl_unlabel_list(struct sk > return 0; > > list_failure: > - kfree(ans_skb); > + kfree_skb(ans_skb); > return ret_val; > } Acked-by: Paul Moore <paul.moore@...com> Thanks for catching this, it looks like I used kfree_skb() elsewhere but for some reason missed it here. -- paul moore linux security @ hp - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists