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:56:03 +0000 (15:56 +0200)
commitf7ac4d24e1610b92689946fa88177673f1e88a3f
tree155e1680ec6dec05b0f2344095a34c1e8a1ed1d3
parent57a269a1b12a3a6fe51f62e1be5e74494bad1d92
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