]> git.ipfire.org Git - thirdparty/nftables.git/commit
evaluate: skip evaluation of datatype concatenations
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 6 Jul 2018 18:07:54 +0000 (20:07 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 7 Jul 2018 18:53:11 +0000 (20:53 +0200)
commit6b00b9537e181eaf630ecaf0d4e56905eb29d87c
treedf900a07c908008dce2679dfd60ed211a66bbfb8
parent25d7a3d08fe5236029a7a883f97b5583fecdd976
evaluate: skip evaluation of datatype concatenations

These are not really expressions, so there is not value in place. The
expr_evaluate_concat() is called from set_evaluate() to calculate the
total length of the tuple.

Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1265
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/evaluate.c