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: Mon, 01 Apr 2019 18:12:51 -0700 (PDT) From: David Miller <davem@...emloft.net> To: hujunwei4@...wei.com Cc: kuznet@....inr.ac.ru, yoshfuji@...ux-ipv6.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, mingfangsen@...wei.com, liuzhiqiang26@...wei.com, zhangwenhao8@...wei.com, wangxiaogang3@...wei.com Subject: Re: [PATCH v2 net] ipv6: Fix dangling pointer when ipv6 fragment From: hujunwei <hujunwei4@...wei.com> Date: Sun, 31 Mar 2019 17:04:29 +0800 > diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c > index edbd12067170..e51f3c648b09 100644 > --- a/net/ipv6/ip6_output.c > +++ b/net/ipv6/ip6_output.c > @@ -601,7 +601,7 @@ int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb, > inet6_sk(skb->sk) : NULL; > struct ipv6hdr *tmp_hdr; > struct frag_hdr *fh; > - unsigned int mtu, hlen, left, len; Your patch was corrupted by your email client. Please fix this, email a test patch to yourself, and only when you can successfully apply that test patch should you repost this to the mailing list. Thank you.
Powered by blists - more mailing lists