netfilter: nf_tables: fix wrong pointer passed to PTR_ERR()
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 19 Jan 2023 07:51:25 +0000 (15:51 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 1 Feb 2023 11:18:51 +0000 (12:18 +0100)
commit1fb7696ac6c3ac470dd002e639af80e7e170b25f
tree71942f76c94f81111dd3ac610f460bf023f48333
parentdac7f50a45216d652887fb92d6cd3b7ca7f006ea
netfilter: nf_tables: fix wrong pointer passed to PTR_ERR()

It should be 'chain' passed to PTR_ERR() in the error path
after calling nft_chain_lookup() in nf_tables_delrule().

Fixes: f80a612dd77c ("netfilter: nf_tables: add support to destroy operation")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Acked-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c