diff options
author | 2022-09-05 12:09:37 +0200 | |
---|---|---|
committer | 2022-09-07 12:33:44 +0100 | |
commit | e7af210e6dd0de633d3f4850383310cf57473bc8 (patch) | |
tree | 98c5caf15be26c3223112d743687ef49bdd37e06 /include/net/act_api.h | |
parent | netlink: introduce NLA_POLICY_MAX_BE (diff) | |
download | wireguard-linux-e7af210e6dd0de633d3f4850383310cf57473bc8.tar.xz wireguard-linux-e7af210e6dd0de633d3f4850383310cf57473bc8.zip |
netfilter: nft_payload: reject out-of-range attributes via policy
Now that nla_policy allows range checks for bigendian data make use of
this to reject such attributes. At this time, reject happens later
from the init or select_ops callbacks, but its prone to errors.
In the future, new attributes can be handled via NLA_POLICY_MAX_BE
and exiting ones can be converted one by one.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/act_api.h')
0 files changed, 0 insertions, 0 deletions