summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/set_without_key
Commit message (Collapse)AuthorAgeFilesLines
* evaluate: reject sets with no keyFlorian Westphal2023-12-011-0/+5
nft --check -f tests/shell/testcases/bogons/nft-f/set_without_key Segmentation fault (core dumped) Fixes: 56c90a2dd2eb ("evaluate: expand sets and maps before evaluation") Signed-off-by: Florian Westphal <fw@strlen.de>