]> git.ipfire.org Git - thirdparty/nftables.git/commit
parser: reject zero-length interface names in flowtables
authorFlorian Westphal <fw@strlen.de>
Mon, 19 Jun 2023 20:43:05 +0000 (22:43 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Nov 2023 10:56:20 +0000 (11:56 +0100)
commit133c61720678a0b9a0ab0fa387b9918339d5b864
treea32ca41cc926691fc475909856eba7468e9d500f
parent63e55d9e7145b9838f4211ea12f5a2a934c0325d
parser: reject zero-length interface names in flowtables

commit d40c7623837424d4eb8048508b924887b092e050 upstream.

Previous patch wasn't enough, also disable this for flowtable device lists.

Signed-off-by: Florian Westphal <fw@strlen.de>
src/parser_bison.y
tests/shell/testcases/bogons/nft-f/zero_length_devicename_flowtable_assert [new file with mode: 0644]