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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20100528.034130.15258779.davem@davemloft.net> Date: Fri, 28 May 2010 03:41:30 -0700 (PDT) From: David Miller <davem@...emloft.net> To: eric.dumazet@...il.com Cc: netdev@...r.kernel.org, jengelh@...ozas.de Subject: Re: [PATCH] xt_tee: use skb_dst_drop() From: Eric Dumazet <eric.dumazet@...il.com> Date: Fri, 28 May 2010 11:24:58 +0200 > After commit 7fee226a (net: add a noref bit on skb dst), its wrong to > use : dst_release(skb_dst(skb)), since we could decrement a refcount > while skb dst was not refcounted. > > We should use skb_dst_drop(skb) instead. > > Signed-off-by: Eric Dumazet <eric.dumazet@...il.com> Applied, thanks Eric. -- 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