Re: [PATCH 1/1] mmc: Avoid buffer overrun in mmc_startup()

2024-04-02 Thread Jaehoon Chung
On 1/4/24 12:49, Heinrich Schuchardt wrote: > If the CSD register contains a reserved value (4 - 7) in bits 0:2 of the > TRAN_SPEED field, a buffer overrun occurs. Resize the mapping table. > > According to the original report >

Re: [PATCH 1/1] mmc: Avoid buffer overrun in mmc_startup()

2024-01-17 Thread Jaehoon Chung
On 1/4/24 12:49, Heinrich Schuchardt wrote: > If the CSD register contains a reserved value (4 - 7) in bits 0:2 of the > TRAN_SPEED field, a buffer overrun occurs. Resize the mapping table. > > According to the original report >

Re: [PATCH 1/1] mmc: Avoid buffer overrun in mmc_startup()

2024-01-04 Thread Dragan Simic
On 2024-01-04 04:49, Heinrich Schuchardt wrote: If the CSD register contains a reserved value (4 - 7) in bits 0:2 of the TRAN_SPEED field, a buffer overrun occurs. Resize the mapping table. According to the original report

[PATCH 1/1] mmc: Avoid buffer overrun in mmc_startup()

2024-01-03 Thread Heinrich Schuchardt
If the CSD register contains a reserved value (4 - 7) in bits 0:2 of the TRAN_SPEED field, a buffer overrun occurs. Resize the mapping table. According to the original report https://lore.kernel.org/u-boot/20180826231332.2491-11-ero...@de.adit-jv.com/ reserved values have been observed resulting