]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: fib_rules: Use nlmsg_payload in fib_valid_dumprule_req
authorBreno Leitao <leitao@debian.org>
Mon, 14 Apr 2025 13:24:15 +0000 (06:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Apr 2025 15:28:55 +0000 (08:28 -0700)
commit4c113c803fdc5cc311383f914ca3fb301dba9810
treeab250cea7435d4cd638ea9e7f7f4c0763aeef33e
parent69a1ecfe47f0c61f00ed281500c2b6da8b364561
net: fib_rules: Use nlmsg_payload in fib_valid_dumprule_req

Leverage the new nlmsg_payload() helper to avoid checking for message
size and then reading the nlmsg data.

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