qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] usb: fix some memory allocation issues.
@ 2021-05-03 13:29 Gerd Hoffmann
  2021-05-03 13:29 ` [PATCH v2 1/5] usb/hid: avoid dynamic stack allocation Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2021-05-03 13:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: mcascell, remy.noel, philmd, Gerd Hoffmann

v2: add one more fix (Philippe).

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         | 2 +-
 hw/usb/dev-mtp.c         | 3 ++-
 hw/usb/dev-wacom.c       | 2 +-
 hw/usb/hcd-xhci.c        | 5 +++++
 hw/usb/redirect.c        | 6 +++---
 6 files changed, 15 insertions(+), 7 deletions(-)

-- 
2.30.2




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-05-03 14:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-03 13:29 [PATCH v2 0/5] usb: fix some memory allocation issues Gerd Hoffmann
2021-05-03 13:29 ` [PATCH v2 1/5] usb/hid: avoid dynamic stack allocation Gerd Hoffmann
2021-05-03 13:56   ` Philippe Mathieu-Daudé
2021-05-03 13:29 ` [PATCH v2 2/5] usb/redir: avoid dynamic stack allocation (CVE-2021-3527) Gerd Hoffmann
2021-05-03 13:55   ` Philippe Mathieu-Daudé
2021-05-03 14:25   ` Mauro Matteo Cascella
2021-05-03 13:29 ` [PATCH v2 3/5] usb/mtp: avoid dynamic stack allocation Gerd Hoffmann
2021-05-03 13:55   ` Philippe Mathieu-Daudé
2021-05-03 13:29 ` [PATCH v2 4/5] usb/xhci: sanity check packet size Gerd Hoffmann
2021-05-03 13:29 ` [PATCH v2 5/5] usb: limit combined packets to 1 MiB Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).