]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: fix a bad cast in ip6_dst_lookup_tail()
authorEric Dumazet <edumazet@google.com>
Fri, 6 Jul 2012 07:19:05 +0000 (09:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Jul 2012 07:23:41 +0000 (00:23 -0700)
commitc582b1153168e867cc095c23ea510c9d68b88820
tree66bcddd02116f320c362fb8da15effdcdc81d1fb
parent419ea2e516bb6dd9abfa66e06c7c1052e6ac4890
ipv6: fix a bad cast in ip6_dst_lookup_tail()

Fix a bug in ip6_dst_lookup_tail(), where typeof(dst) is
"struct dst_entry **", not "struct dst_entry *"

Reported-by: Fengguang Wu <wfg@linux.intel.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c