diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2021-08-23 22:27:29 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-08-25 13:06:48 +0200 |
commit | 7bc416f1471686faa8030cd5338f6a5370e01b25 (patch) | |
tree | 0d18b7a88694131866837e0626ae48d78b21a2df /Documentation/networking | |
parent | 6c89dac5b98573222798a6b9c4973a031eea89ee (diff) | |
download | linux-7bc416f1471686faa8030cd5338f6a5370e01b25.tar.bz2 |
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>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions