[SeaBIOS] [SEABIOS] [PATCH] usb.c: Fix devices using non-primary interface descriptor

2020-09-11 Thread Matt DeVillier
>From 38f63fcd9b646d6a4eac30f0476bbaee611211ce Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 11 Sep 2020 12:54:21 -0500 Subject: [PATCH] usb.c: Fix devices using non-primary interface descriptor A fair number of USB devices (keyboards in particular) use an interface descriptor other th

[SeaBIOS] Re: [PATCH] smbios: avoid integer overflow adding SMBIOS type 0 table

2020-09-11 Thread Kevin O'Connor
On Tue, Sep 08, 2020 at 04:21:03PM +0100, Daniel P. Berrangé wrote: > SeaBIOS implements the SMBIOS 2.1 entry point which is limited to a > maximum length of 0x. If the SMBIOS data received from QEMU is large > enough, then adding the type 0 table will cause integer overflow. This > results in