summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/huge_shift_assert
Commit message (Collapse)AuthorAgeFilesLines
* evaluate: prevent assert when evaluating very large shift valuesFlorian Westphal2023-12-031-0/+5
Error out instead of 'nft: gmputil.c:67: mpz_get_uint32: Assertion `cnt <= 1' failed.'. Fixes: edecd58755a8 ("evaluate: support shifts larger than the width of the left operand") Signed-off-by: Florian Westphal <fw@strlen.de>