aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJohan Hovold <[email protected]>2021-10-26 11:55:11 +0200
committerMauro Carvalho Chehab <[email protected]>2021-12-07 11:29:53 +0100
commit8aa637bf6d70d2fb2ad4d708d8b9dd02b1c095df (patch)
treecc4aff579a56eed0474a4b7b8b9ced311d4e9b20 /tools/perf/scripts/python
parent4b065060555b14c7a9b86c013a1c9bee8e8b6fbd (diff)
media: uvcvideo: fix division by zero at stream start
Add the missing bulk-endpoint max-packet sanity check to uvc_video_start_transfer() to avoid division by zero in uvc_alloc_urb_buffers() in case a malicious device has broken descriptors (or when doing descriptor fuzz testing). Note that USB core will reject URBs submitted for endpoints with zero wMaxPacketSize but that drivers doing packet-size calculations still need to handle this (cf. commit 2548288b4fb0 ("USB: Fix: Don't skip endpoint descriptors with maxpacket=0")). Fixes: c0efd232929c ("V4L/DVB (8145a): USB Video Class driver") Cc: [email protected] # 2.6.26 Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions