]> git.ipfire.org Git - thirdparty/nftables.git/commit
evaluate: display "Range negative size" error
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 19 Mar 2024 18:50:00 +0000 (19:50 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 20 Mar 2024 17:59:35 +0000 (18:59 +0100)
commitc0a5b8c6a6433ec1d4e41646dc42ccb8444c96be
treee2adc2ab9745b9da0c2042a966e6fa9c538af824
parent44d144cd593e3af9f3b3618ea510ea02bba4bc4c
evaluate: display "Range negative size" error

zero length ranges now allowed, therefore, update error message to refer
to negative ranges which are not possible.

Fixes: 7a6e16040d65 ("evaluate: allow for zero length ranges")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/evaluate.c