[U-Boot] [PATCH 3/3] cmd: scsi: Fix null pointer dereference in 'scsi reset'
sjg at google.com
sjg at google.com
Fri Jul 28 18:44:13 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>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list