Re: [PATCH] ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others

From: Alexander Aring
Date: Sat Jun 12 2021 - 08:49:58 EST


Hi,

On Thu, 10 Jun 2021 at 21:58, Dongliang Mu <mudongliangabcd@xxxxxxxxx> wrote:
>
> 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@xxxxxxxxx>

Acked-by: Alexander Aring <aahringo@xxxxxxxxxx>

sorry, it is a correct fix. Thanks.

- Alex