Re: [PATCH net/3.9] ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb
From: David Miller <davem@davemloft.net>
Date: 2013-05-31 08:42:55
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2013-05-31 08:42:55
Also in:
lkml
From: Cong Wang <redacted> Date: Fri, 31 May 2013 11:23:11 +0800
On Fri, May 31, 2013 at 9:27 AM, Matthias Schiffer [off-list ref] wrote:quoted
Since some refactoring in 5f5a011, ndisc_send_redirect called ndisc_fill_redirect_hdr_option on the wrong skb, leading to data corruption or in the worst case a panic when the skb_put failed. Signed-off-by: Matthias Schiffer <redacted>Good catch! Reviewed-by: Cong Wang <redacted>
I've queued this up for -stable.