]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: remove NFT_NLATTR_LOC_MAX limit for netlink location error reporting
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 27 Jun 2022 08:16:48 +0000 (10:16 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 27 Jun 2022 09:59:51 +0000 (11:59 +0200)
commit15b3be2e721067e25898a366f009e1a83f908967
treeae7506ee0668037b191ea907a321c758c877eef6
parentf56e901acea6bb5febb24766e0e167989f5242c9
src: remove NFT_NLATTR_LOC_MAX limit for netlink location error reporting

Set might have more than 16 elements, use a runtime array to store
netlink error location.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/rule.h
src/cmd.c
src/rule.c