Re: [PATCH net/3.9] ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb
From: Cong Wang <hidden>
Date: 2013-05-31 03:23:23
Also in:
lkml
From: Cong Wang <hidden>
Date: 2013-05-31 03:23:23
Also in:
lkml
On Fri, May 31, 2013 at 9:27 AM, Matthias Schiffer [off-list ref] wrote:
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>