HID: usbhid: free raw_report buffers in usbhid_stop
authorAnirudh Rayabharam <mail@anirudhrb.com>
Wed, 23 Jun 2021 18:40:29 +0000 (00:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Oct 2021 08:23:43 +0000 (10:23 +0200)
commitefc5c8d29256955cc90d8d570849b2d6121ed09f
treefce626ab0eb87627602d8cdb33357539fd5ad7d7
parentc3a2856d3ddd0bbf05390e411f692b7e07239cb8
HID: usbhid: free raw_report buffers in usbhid_stop

commit f7744fa16b96da57187dc8e5634152d3b63d72de upstream.

Free the unsent raw_report buffers when the device is removed.

Fixes a memory leak reported by syzbot at:
https://syzkaller.appspot.com/bug?id=7b4fa7cb1a7c2d3342a2a8a6c53371c8c418ab47

Reported-by: syzbot+47b26cd837ececfc666d@syzkaller.appspotmail.com
Tested-by: syzbot+47b26cd837ececfc666d@syzkaller.appspotmail.com
Signed-off-by: Anirudh Rayabharam <mail@anirudhrb.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/usbhid/hid-core.c