From: Cong Wang <[email protected]>
Date: Fri, 6 Apr 2018 18:54:52 -0700
> Commit 4b2e6877b879 ("tipc: Fix namespace violation in
> tipc_sk_fill_sock_diag")
> tried to fix the crash but failed, the crash is still 100% reproducible
> with it.
>
> In tipc_sk_fill_sock_diag(), skb is the diag dump we are filling, it is not
> correct to retrieve its NETLINK_CB(), instead, like other protocol diag,
> we should use NETLINK_CB(cb->skb).sk here.
>
> Reported-by: <[email protected]>
> Fixes: 4b2e6877b879 ("tipc: Fix namespace violation in
> tipc_sk_fill_sock_diag")
> Fixes: c30b70deb5f4 (tipc: implement socket diagnostics for AF_TIPC)
> Cc: GhantaKrishnamurthy MohanKrishna
> <[email protected]>
> Cc: Jon Maloy <[email protected]>
> Cc: Ying Xue <[email protected]>
> Signed-off-by: Cong Wang <[email protected]>
Applied, thank you.