diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2020-06-27 10:47:51 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-28 04:02:32 +0300 |
commit | 2ce578ca9444bb44da66b9a494f56e7ec12e6466 (patch) | |
tree | 4c0f249609eb077106267181eddb3e571f82a749 /net/bridge | |
parent | 0574e2000fc3103cbc69ba82ec1175ce171fdf5e (diff) | |
download | linux-2ce578ca9444bb44da66b9a494f56e7ec12e6466.tar.xz |
net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()
We can't cast sk_buff to rtable by (struct rtable *)hint. Use skb_rtable().
Fixes: 02b24941619f ("ipv4: use dst hint for ipv4 list receive")
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge')
0 files changed, 0 insertions, 0 deletions