[PATCH] dm: core: fix no null pointer detection in ofnode_get_addr_size_index()

Simon Glass sjg at chromium.org
Sat May 15 17:20:26 CEST 2021


On Thu, 13 May 2021 at 01:38, chenguanqiao <chenguanqiao at kuaishou.com> wrote:
>
> From: Chen Guanqiao <chenguanqiao at kuaishou.com>
>
> Fixed a defect of a null pointer being discovered by Coverity Scan:
>    CID 331544:  Null pointer dereferences  (REVERSE_INULL)
>    Null-checking "size" suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
>
> Signed-off-by: Chen Guanqiao <chenguanqiao at kuaishou.com>
> ---
>  drivers/core/ofnode.c | 13 +++++++------
>  include/dm/ofnode.h   |  2 +-
>  2 files changed, 8 insertions(+), 7 deletions(-)
>

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


More information about the U-Boot mailing list