Re: [PATCH 0/5] usb: fix some memory allocation issues.

2021-05-03 Thread Philippe Mathieu-Daudé
On 5/3/21 11:14 AM, Gerd Hoffmann wrote: > > > Gerd Hoffmann (5): > usb/hid: avoid dynamic stack allocation > usb/redir: avoid dynamic stack allocation (CVE-2021-3527) > usb/mtp: avoid dynamic stack allocation > usb/xhci: sanity check packet size > usb: limit combined packets to 1 MiB

[PATCH 0/5] usb: fix some memory allocation issues.

2021-05-03 Thread Gerd Hoffmann
Gerd Hoffmann (5): usb/hid: avoid dynamic stack allocation usb/redir: avoid dynamic stack allocation (CVE-2021-3527) usb/mtp: avoid dynamic stack allocation usb/xhci: sanity check packet size usb: limit combined packets to 1 MiB hw/usb/combined-packet.c | 4 +++- hw/usb/dev-hid.c