From: Matthias Schiffer Date: Fri, 31 May 2013 01:27:55 +0000 (+0200) Subject: ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb X-Git-Tag: v3.10~13^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33be081a812098567898bbe23b581460331a986f;p=pandora-kernel.git ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb 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 Reviewed-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed