qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] usb: fix some memory allocation issues.
@ 2021-05-03  9:14 Gerd Hoffmann
  2021-05-03  9:14 ` [PATCH 1/5] usb/hid: avoid dynamic stack allocation Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2021-05-03  9:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: mcascell, remy.noel, 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         | 2 +-
 hw/usb/dev-mtp.c         | 3 ++-
 hw/usb/dev-wacom.c       | 2 +-
 hw/usb/hcd-xhci.c        | 5 +++++
 hw/usb/redirect.c        | 4 ++--
 6 files changed, 14 insertions(+), 6 deletions(-)

-- 
2.30.2




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

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

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

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).