commit | ad65a2f05695aced349e308193c6e2a6b1d87112 | [log] [tgz] |
---|---|---|
author | Wei Wang <weiwan@google.com> | Sat Jun 17 10:42:35 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 17 22:54:00 2017 -0400 |
tree | bc94ee3f9f25c990ffd1c8367a9c081289648c27 | |
parent | 9514528d92d4cbe086499322370155ed69f5d06c [diff] |
ipv6: call dst_hold_safe() properly Similar as ipv4, ipv6 path also needs to call dst_hold_safe() when necessary to avoid double free issue on the dst. Signed-off-by: Wei Wang <weiwan@google.com> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>