diff options
author | Cong Wang <[email protected]> | 2018-04-06 18:54:52 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-04-08 12:34:29 -0400 |
commit | e41f0548473eb7b6499bd8482474e30ae6d31220 (patch) | |
tree | 4704a448a00e5ab58d5b5972a6a47629ea8df610 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 81e98370293afcb58340ce8bd71af7b97f925c26 (diff) |
tipc: use the right skb in tipc_sk_fill_sock_diag()
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]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions