diff options
| author | Hoang Le <hoang.h.le@dektech.com.au> | 2021-03-11 10:33:22 +0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-22 10:38:26 +0200 |
| commit | 7ef25db0e32e9c65ba15e2bd29538d2bf3edac24 (patch) | |
| tree | c347b71f1b02410e999ea77a3b8d05504447a881 /net/tipc/server.c | |
| parent | b6963dbe7867dc2696650838ab61e00b24b41bcb (diff) | |
tipc: convert dest node's address to network order
[ Upstream commit 1980d37565061ab44bdc2f9e4da477d3b9752e81 ]
(struct tipc_link_info)->dest is in network order (__be32), so we must
convert the value to network order before assigning. The problem detected
by sparse:
net/tipc/netlink_compat.c:699:24: warning: incorrect type in assignment (different base types)
net/tipc/netlink_compat.c:699:24: expected restricted __be32 [usertype] dest
net/tipc/netlink_compat.c:699:24: got int
Acked-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'net/tipc/server.c')
0 files changed, 0 insertions, 0 deletions
