Re: [PATCH 5/6] nvram: add nrf51_soc flash read method

2020-06-17 Thread Philippe Mathieu-Daudé
On 6/17/20 7:39 AM, P J P wrote: > From: Prasad J Pandit > > Add nrf51_soc mmio read method to avoid NULL pointer dereference > issue. > > Reported-by: Lei Sun > Signed-off-by: Prasad J Pandit > --- > hw/nvram/nrf51_nvm.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git

[PATCH 5/6] nvram: add nrf51_soc flash read method

2020-06-16 Thread P J P
From: Prasad J Pandit Add nrf51_soc mmio read method to avoid NULL pointer dereference issue. Reported-by: Lei Sun Signed-off-by: Prasad J Pandit --- hw/nvram/nrf51_nvm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/nvram/nrf51_nvm.c b/hw/nvram/nrf51_nvm.c index