]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ice: switch: fix potential memleak in ice_add_adv_recipe()
authorZhang Changzhong <zhangchangzhong@huawei.com>
Mon, 12 Dec 2022 23:11:26 +0000 (15:11 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2023 18:11:46 +0000 (19:11 +0100)
commit47f4ff6f23f00f5501ff2d7054c1a37c170a7aa0
tree873f3dcda27da026e02263070ac0280731469dd4
parent8eeca43d8e7e34c06ff0a2d97f1d7f9a82a70423
ice: switch: fix potential memleak in ice_add_adv_recipe()

[ Upstream commit 4a606ce68426c88ff2563382b33cc34f3485fe57 ]

When ice_add_special_words() fails, the 'rm' is not released, which will
lead to a memory leak. Fix this up by going to 'err_unroll' label.

Compile tested only.

Fixes: 8b032a55c1bd ("ice: low level support for tunnels")
Signed-off-by: Zhang Changzhong <zhangchangzhong@huawei.com>
Tested-by: Sujai Buvaneswaran <sujai.buvaneswaran@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/intel/ice/ice_switch.c