neighbour: Use nlmsg_payload in neigh_valid_get_req
authorBreno Leitao <leitao@debian.org>
Mon, 14 Apr 2025 13:24:09 +0000 (06:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Apr 2025 15:28:54 +0000 (08:28 -0700)
commit2d1f827f0642261d5c955d3d30b5f997e06ce7a9
tree96c978e6578647c963c85a58a095ff0904fff48a
parent7527efe8a41628f84a43efd47f065ae641dde769
neighbour: Use nlmsg_payload in neigh_valid_get_req

Update neigh_valid_get_req function to utilize the new nlmsg_payload()
helper function.

This change improves code clarity and safety by ensuring that the
Netlink message payload is properly validated before accessing its data.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250414-nlmsg-v2-3-3d90cb42c6af@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/neighbour.c