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)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 14 Jun 2021 10:42:20 +0000 (12:42 +0200)
commitab372c2293f5d0b279f31c8d768566ea37602dc9
tree934f06d8ae1aa76ac09003a9135d24f8087d43be
parentf2386cf7c5f4ff5d7b584f5d92014edd7df6c676
ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others

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: f25da51fdc38 ("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>
drivers/net/ieee802154/mac802154_hwsim.c