summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/huge_chain_prio
Commit message (Collapse)AuthorAgeFilesLines
* evaluate: fix stack overflow with huge priority stringFlorian Westphal2023-12-151-0/+5
Alternative would be to refactor this and move this into the parsers (bison, json) instead of this hidden re-parsing. Fixes: 627c451b2351 ("src: allow variables in the chain priority specification") Signed-off-by: Florian Westphal <fw@strlen.de>