Re: [PATCHv2] HID: hid-thrustmaster: Fix warning in thrustmaster_probe by adding endpoint check
From: Jiri Kosina <jikos@kernel.org>
Date: 2025-01-09 08:57:49
Also in:
linux-input, lkml
From: Jiri Kosina <jikos@kernel.org>
Date: 2025-01-09 08:57:49
Also in:
linux-input, lkml
On Thu, 5 Dec 2024, Karol Przybylski wrote:
syzbot has found a type mismatch between a USB pipe and the transfer endpoint, which is triggered by the hid-thrustmaster driver[1]. There is a number of similar, already fixed issues [2]. In this case as in others, implementing check for endpoint type fixes the issue. [1] https://syzkaller.appspot.com/bug?extid=040e8b3db6a96908d470 [2] https://syzkaller.appspot.com/bug?extid=348331f63b034f89b622 Fixes: c49c33637802 ("HID: support for initialization of some Thrustmaster wheels") Reported-by: syzbot+040e8b3db6a96908d470@syzkaller.appspotmail.com Tested-by: syzbot+040e8b3db6a96908d470@syzkaller.appspotmail.com Signed-off-by: Karol Przybylski <redacted>
Applied, thank you. -- Jiri Kosina SUSE Labs