Re: [PATCH 0/3] hw/net/smc91c111: Fix potential array overflows

2025-03-11 Thread Jason Wang
On Tue, Mar 11, 2025 at 5:00 PM Philippe Mathieu-Daudé wrote: > > Hi Peter, Jason, > > On 28/2/25 18:47, Peter Maydell wrote: > > This patchset fixes some potential array overflows in the > > smc91c111 ethernet device model, including the one found in > > https://gitlab.com/qemu-project/qemu/-/iss

Re: [PATCH 0/3] hw/net/smc91c111: Fix potential array overflows

2025-03-11 Thread Philippe Mathieu-Daudé
Hi Peter, Jason, On 28/2/25 18:47, Peter Maydell wrote: This patchset fixes some potential array overflows in the smc91c111 ethernet device model, including the one found in https://gitlab.com/qemu-project/qemu/-/issues/2742 There are two classes of bugs: * we accept packet numbers from the g

Re: [PATCH 0/3] hw/net/smc91c111: Fix potential array overflows

2025-03-07 Thread Peter Maydell
Ping for review of this series (and the other smc91c111 patch I link below), please? thanks -- PMM On Fri, 28 Feb 2025 at 19:22, Peter Maydell wrote: > > On Fri, 28 Feb 2025 at 17:48, Peter Maydell wrote: > > > > This patchset fixes some potential array overflows in the > > smc91c111 ethernet

Re: [PATCH 0/3] hw/net/smc91c111: Fix potential array overflows

2025-02-28 Thread Peter Maydell
On Fri, 28 Feb 2025 at 17:48, Peter Maydell wrote: > > This patchset fixes some potential array overflows in the > smc91c111 ethernet device model, including the one found in > https://gitlab.com/qemu-project/qemu/-/issues/2742 > > There are two classes of bugs: > * we accept packet numbers from

[PATCH 0/3] hw/net/smc91c111: Fix potential array overflows

2025-02-28 Thread Peter Maydell
This patchset fixes some potential array overflows in the smc91c111 ethernet device model, including the one found in https://gitlab.com/qemu-project/qemu/-/issues/2742 There are two classes of bugs: * we accept packet numbers from the guest, but we were not validating that they were in range