diff options
| author | Marc Kleine-Budde <mkl@pengutronix.de> | 2025-11-08 10:01:02 +0100 |
|---|---|---|
| committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2025-11-16 17:04:13 +0100 |
| commit | 6fe9f3279f7d2518439a7962c5870c6e9ecbadcf (patch) | |
| tree | 93e77bcf35d6f1a3bfdf6060009a1ac8b804a4f1 /tools/lib/python/abi/abi_regex.py | |
| parent | 516a0cd1c03fa266bb67dd87940a209fd4e53ce7 (diff) | |
can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header
The driver expects to receive a struct gs_host_frame in
gs_usb_receive_bulk_callback().
Use struct_group to describe the header of the struct gs_host_frame and
check that we have at least received the header before accessing any
members of it.
To resubmit the URB, do not dereference the pointer chain
"dev->parent->hf_size_rx" but use "parent->hf_size_rx" instead. Since
"urb->context" contains "parent", it is always defined, while "dev" is not
defined if the URB it too short.
Fixes: d08e973a77d1 ("can: gs_usb: Added support for the GS_USB CAN devices")
Link: https://patch.msgid.link/20251114-gs_usb-fix-usb-callbacks-v1-2-a29b42eacada@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'tools/lib/python/abi/abi_regex.py')
0 files changed, 0 insertions, 0 deletions
