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

2021-08-03 Thread Philippe Mathieu-Daudé
On 8/3/21 3:46 PM, Alexander Bulekov wrote: > On 210803 0155, Philippe Mathieu-Daudé wrote: >> Fix an assertion reported by OSS-Fuzz, add corresponding qtest. >> >> The change is (now) simple enough for the next rc. >> >> Since v1: >> - Simplified/corrected following Peter's suggestion >> >> Philip

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

2021-08-03 Thread Alexander Bulekov
On 210803 0155, Philippe Mathieu-Daudé wrote: > Fix an assertion reported by OSS-Fuzz, add corresponding qtest. > > The change is (now) simple enough for the next rc. > > Since v1: > - Simplified/corrected following Peter's suggestion > > Philippe Mathieu-Daudé (2): > hw/sd/sdcard: Document ou

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

2021-08-02 Thread Philippe Mathieu-Daudé
Fix an assertion reported by OSS-Fuzz, add corresponding qtest. The change is (now) simple enough for the next rc. Since v1: - Simplified/corrected following Peter's suggestion Philippe Mathieu-Daudé (2): hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROT hw/sd/sdcard: Fix ass