Re: [PULL 6/7] usb/xhci: sanity check packet size (CVE-2021-3527)

2021-05-04 Thread Gerd Hoffmann
On Tue, May 04, 2021 at 03:33:27PM +0200, Remy Noel wrote: > Hello > > On Tue, May 04, 2021 at 10:53:16AM +0200, Gerd Hoffmann wrote: > > Make sure the usb packet size is within the > > bounds of the endpoint configuration. > > > > Signed-off-by: Gerd Hoffmann > > Message-Id: <20210503132915.233

Re: [PULL 6/7] usb/xhci: sanity check packet size (CVE-2021-3527)

2021-05-04 Thread Remy Noel
Hello On Tue, May 04, 2021 at 10:53:16AM +0200, Gerd Hoffmann wrote: Make sure the usb packet size is within the bounds of the endpoint configuration. Signed-off-by: Gerd Hoffmann Message-Id: <20210503132915.2335822-5-kra...@redhat.com> --- hw/usb/hcd-xhci.c | 5 + 1 file changed, 5 inserti

[PULL 6/7] usb/xhci: sanity check packet size (CVE-2021-3527)

2021-05-04 Thread Gerd Hoffmann
Make sure the usb packet size is within the bounds of the endpoint configuration. Signed-off-by: Gerd Hoffmann Message-Id: <20210503132915.2335822-5-kra...@redhat.com> --- hw/usb/hcd-xhci.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 46212