Re: [PATCH] usb: gadget: f_uvc: fix Extension Unit descriptor heap overflow
Haofeng Li <lihaofeng-UOlijcLmZ/[email protected]>
| Newsgroups | gmane.linux.usb.general,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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