summaryrefslogtreecommitdiffstats
path: root/tests/py/nft-test.py
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2016-08-30 19:39:52 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-09-05 19:09:02 +0200
commit83e52f7a7f5eaa893e146d23ff2e9292179f9485 (patch)
tree5fe364970ea9f268171cb8c980a9f461fc5b85b7 /tests/py/nft-test.py
parent7241af302bbe56908fa87b17799048bfe884e35f (diff)
evaluate: Avoid undefined behaviour in concat_subtype_id()
For the left side of a concat expression, dtype is NULL and therefore off is 0. In that case the code expects to get a datatype of TYPE_INVALID, but this is fragile as the output of concat_subtype_id() is undefined for n > 32 / TYPE_BITS. To fix this, call datatype_lookup() directly passing the expected TYPE_INVALID as argument if off is 0. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/nft-test.py')
0 files changed, 0 insertions, 0 deletions