Commit c2ca42f
Benjamin Tissoires
HID: core: do not bypass hid_hw_raw_request
hid_hw_raw_request() is actually useful to ensure the provided buffer
and length are valid. Directly calling in the low level transport driver
function bypassed those checks and allowed invalid paramto be used.
Reported-by: Alan Stern <[email protected]>
Closes: https://lore.kernel.org/linux-input/[email protected]/
Cc: [email protected]
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Benjamin Tissoires <[email protected]>1 parent 0d0777c commit c2ca42f
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1996 | 1996 | | |
1997 | 1997 | | |
1998 | 1998 | | |
1999 | | - | |
2000 | | - | |
| 1999 | + | |
2001 | 2000 | | |
2002 | 2001 | | |
2003 | 2002 | | |
| |||
0 commit comments