https://github.com/torvalds/linux
Revision b53558a950a89824938e9811eddfc8efcd94e1bb authored by Pavel Skripkin on 03 June 2021, 16:39:11 UTC, committed by David S. Miller on 03 June 2021, 22:05:07 UTC
In case of caif_enroll_dev() fail, allocated
link_support won't be assigned to the corresponding
structure. So simply free allocated pointer in case
of error

Fixes: 7c18d2205ea7 ("caif: Restructure how link caif link layer enroll")
Cc: stable@vger.kernel.org
Reported-and-tested-by: syzbot+7ec324747ce876a29db6@syzkaller.appspotmail.com
Signed-off-by: Pavel Skripkin <paskripkin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent a2805dc
History
Tip revision: b53558a950a89824938e9811eddfc8efcd94e1bb authored by Pavel Skripkin on 03 June 2021, 16:39:11 UTC
net: caif: fix memory leak in caif_device_notify
Tip revision: b53558a

back to top