OSDN Git Service

tcp: md5: Handle RCU dereference of md5sig_info
authorMat Martineau <mathew.j.martineau@linux.intel.com>
Thu, 21 Dec 2017 18:29:10 +0000 (10:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Dec 2017 22:23:50 +0000 (17:23 -0500)
commitfb7df5e4000a6bc19e350a00a93b16c602bd2dd8
tree7c25fb9f884c1df909e4877bff6724606e0ecc58
parent595476cb67333e2498ee41de11ac37f05957062b
tcp: md5: Handle RCU dereference of md5sig_info

Dereference tp->md5sig_info in tcp_v4_destroy_sock() the same way it is
done in the adjacent call to tcp_clear_md5_list().

Resolves this sparse warning:

net/ipv4/tcp_ipv4.c:1914:17: warning: incorrect type in argument 1 (different address spaces)
net/ipv4/tcp_ipv4.c:1914:17:    expected struct callback_head *head
net/ipv4/tcp_ipv4.c:1914:17:    got struct callback_head [noderef] <asn:4>*<noident>

Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Acked-by: Christoph Paasch <cpaasch@apple.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c