commit | 33be081a812098567898bbe23b581460331a986f | [log] [tgz] |
---|---|---|
author | Matthias Schiffer <mschiffer@universe-factory.net> | Fri May 31 03:27:55 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 17 22:59:12 2013 -0700 |
tree | 2437be01526706f1334707235425252af38825d7 | |
parent | 32de868cbc6bee010d2cee95b5071b25ecbec8c3 [diff] |
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 <mschiffer@universe-factory.net> Reviewed-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>