[PATCH 1/1] firmware: smci: possible NULL dereference

Simon Glass sjg at chromium.org
Thu Feb 4 02:53:39 CET 2021


On Sun, 31 Jan 2021 at 19:02, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> sandbox_scmi_devices_ctx() may return NULL. We should not dereference this
> value in sandbox_scmi_devices_remove().
>
> The problem was indicated by 'gcc-11 -fanalyzer'.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  drivers/firmware/scmi/sandbox-scmi_devices.c | 3 +++
>  1 file changed, 3 insertions(+)

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

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list