]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others
authorDongliang Mu <mudongliangabcd@gmail.com>
Fri, 11 Jun 2021 01:58:12 +0000 (09:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:53:28 +0000 (16:53 +0200)
commit5bdeae4fa03b7409a6df2ea51dac053b2fdaa881
tree4eea0e9153946c6b9e35bca97d0e5a37ec4a20ff
parentc4c1207e18e4014e6475bc44002da82367fac03b
ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others

[ Upstream commit ab372c2293f5d0b279f31c8d768566ea37602dc9 ]

In hwsim_subscribe_all_others, the error handling code performs
incorrectly if the second hwsim_alloc_edge fails. When this issue occurs,
it goes to sub_fail, without cleaning the edges allocated before.

Fixes: 85e15273df83 ("ieee802154: hwsim: add replacement for fakelb")
Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
Acked-by: Alexander Aring <aahringo@redhat.com>
Link: https://lore.kernel.org/r/20210611015812.1626999-1-mudongliangabcd@gmail.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ieee802154/mac802154_hwsim.c