netfilter: x_tables: handle xt_register_template() returning an error value
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 23 Aug 2021 20:27:29 +0000 (22:27 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 25 Aug 2021 11:06:48 +0000 (13:06 +0200)
commit7bc416f1471686faa8030cd5338f6a5370e01b25
tree0d18b7a88694131866837e0626ae48d78b21a2df
parent6c89dac5b98573222798a6b9c4973a031eea89ee
netfilter: x_tables: handle xt_register_template() returning an error value

Commit fdacd57c79b7 ("netfilter: x_tables: never register tables by
default") introduces the function xt_register_template(), and in one case,
a call to that function was missing the error-case handling.

Handle when xt_register_template() returns an error value.

This was identified with the clang-analyzer's Dead-Store analysis.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/iptable_mangle.c