Re: [PATCH] usb: gadget: f_uvc: fix Extension Unit descriptor heap overflow
From: Haofeng Li
Date: Sat Aug 22 2026 - 16:26:34 EST
On 8/22/26 13:01, Randy Dunlap wrote:
>> +/* The descriptor must fit into the one-byte bLength field */
>
> descriptor length must fit
> ?
Good point, thanks. Fixed in v2:
-/* The descriptor must fit into the one-byte bLength field */
+/* The descriptor length must fit into the one-byte bLength field */
v2 sent as a reply to the original patch.
Regards,
Haofeng