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 13:05:11 +0000 (15:05 +0200)
commitc3156fea4d8a0e643625dff69a0421e872d1fdae
tree548e9119157cc1923d6e996bc33a459b1aa6a5ed
parent633bd6d69eac5deffbaeab4b33b34c7a98a7fc2c
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