]> www.infradead.org Git - users/jedix/linux-maple.git/commit
neighbour: Use nlmsg_payload in neightbl_valid_dump_info
authorBreno Leitao <leitao@debian.org>
Mon, 14 Apr 2025 13:24:08 +0000 (06:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Apr 2025 15:28:54 +0000 (08:28 -0700)
commit7527efe8a41628f84a43efd47f065ae641dde769
tree30802a3786979102a027b56b0189cced7305a752
parent95d06e92a401928fe46fda7616e460f39cb7211b
neighbour: Use nlmsg_payload in neightbl_valid_dump_info

Update neightbl_valid_dump_info 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-2-3d90cb42c6af@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/neighbour.c