]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: gadget: f_midi: Fix memleak in f_midi_alloc
authorZhang Qilong <zhangqilong3@huawei.com>
Tue, 17 Nov 2020 02:16:28 +0000 (10:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Dec 2020 07:48:13 +0000 (08:48 +0100)
commit2b8402862fe46756e3160853aeb8baa072e69ca5
tree05d2dc55f3fe84676e928e5a6d1927a619fbf1a3
parentdfd888ee5db1488f2bbbd370348879e703398760
usb: gadget: f_midi: Fix memleak in f_midi_alloc

commit e7694cb6998379341fd9bf3bd62b48c4e6a79385 upstream.

In the error path, if midi is not null, we should
free the midi->id if necessary to prevent memleak.

Fixes: b85e9de9e818d ("usb: gadget: f_midi: convert to new function interface with backward compatibility")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Link: https://lore.kernel.org/r/20201117021629.1470544-2-zhangqilong3@huawei.com
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/f_midi.c