Re: [PATCH-for-6.1 0/3] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30

2021-08-02 Thread Philippe Mathieu-Daudé
On 8/2/21 2:10 PM, Peter Maydell wrote: > On Wed, 28 Jul 2021 at 19:17, Philippe Mathieu-Daudé wrote: >> >> Fix an assertion reported by OSS-Fuzz, add corresponding qtest. >> >> The change simple enough for the next rc. >> >> Philippe Mathieu-Daudé (3): >> hw/sd/sdcard: Document out-of-range add

Re: [PATCH-for-6.1 0/3] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30

2021-08-02 Thread Peter Maydell
On Wed, 28 Jul 2021 at 19:17, Philippe Mathieu-Daudé wrote: > > Fix an assertion reported by OSS-Fuzz, add corresponding qtest. > > The change simple enough for the next rc. > > Philippe Mathieu-Daudé (3): > hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROT > hw/sd/sdcard: Fix

[PATCH-for-6.1 0/3] hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30

2021-07-28 Thread Philippe Mathieu-Daudé
Fix an assertion reported by OSS-Fuzz, add corresponding qtest. The change simple enough for the next rc. Philippe Mathieu-Daudé (3): hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROT hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30 hw/sd/sdcard: R