[U-Boot] [PATCH 3/3] cmd: scsi: Fix null pointer dereference in 'scsi reset'

Simon Glass sjg at chromium.org
Tue Jun 20 03:22:22 UTC 2017


On 17 June 2017 at 07:36, Bin Meng <bmeng.cn at gmail.com> wrote:
> During 'scsi reset', scsi_bus_reset() is called with udevice pointed
> to NULL, which causes exception. As a temporary fix, disable the call
> for DM SCSI for now.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> cmd/scsi.c | 2 ++
> 1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list