Home
last modified time | relevance | path

Searched hist:"466 bb285c6985027c75a230e39f2ae246fd07971" (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/lib/utils/
H A Dmem_region.c466bb285c6985027c75a230e39f2ae246fd07971 Wed Feb 05 20:12:39 UTC 2020 Zelalem <zelalem.aweke@arm.com> coverity: Fix MISRA null pointer violations

Fix code that violates the MISRA rule:
MISRA C-2012 Rule 11.9: Literal "0" shall not be used as
null pointer constant.

The fix explicitly checks whether a pointer is NULL.

Change-Id: Ibc318dc0f464982be9a34783f24ccd1d44800551
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
/rk3399_ARM-atf/bl2/
H A Dbl2_image_load_v2.c466bb285c6985027c75a230e39f2ae246fd07971 Wed Feb 05 20:12:39 UTC 2020 Zelalem <zelalem.aweke@arm.com> coverity: Fix MISRA null pointer violations

Fix code that violates the MISRA rule:
MISRA C-2012 Rule 11.9: Literal "0" shall not be used as
null pointer constant.

The fix explicitly checks whether a pointer is NULL.

Change-Id: Ibc318dc0f464982be9a34783f24ccd1d44800551
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
/rk3399_ARM-atf/bl1/aarch64/
H A Dbl1_context_mgmt.c466bb285c6985027c75a230e39f2ae246fd07971 Wed Feb 05 20:12:39 UTC 2020 Zelalem <zelalem.aweke@arm.com> coverity: Fix MISRA null pointer violations

Fix code that violates the MISRA rule:
MISRA C-2012 Rule 11.9: Literal "0" shall not be used as
null pointer constant.

The fix explicitly checks whether a pointer is NULL.

Change-Id: Ibc318dc0f464982be9a34783f24ccd1d44800551
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
/rk3399_ARM-atf/drivers/console/
H A Dmulti_console.c466bb285c6985027c75a230e39f2ae246fd07971 Wed Feb 05 20:12:39 UTC 2020 Zelalem <zelalem.aweke@arm.com> coverity: Fix MISRA null pointer violations

Fix code that violates the MISRA rule:
MISRA C-2012 Rule 11.9: Literal "0" shall not be used as
null pointer constant.

The fix explicitly checks whether a pointer is NULL.

Change-Id: Ibc318dc0f464982be9a34783f24ccd1d44800551
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
/rk3399_ARM-atf/common/
H A Ddesc_image_load.c466bb285c6985027c75a230e39f2ae246fd07971 Wed Feb 05 20:12:39 UTC 2020 Zelalem <zelalem.aweke@arm.com> coverity: Fix MISRA null pointer violations

Fix code that violates the MISRA rule:
MISRA C-2012 Rule 11.9: Literal "0" shall not be used as
null pointer constant.

The fix explicitly checks whether a pointer is NULL.

Change-Id: Ibc318dc0f464982be9a34783f24ccd1d44800551
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
/rk3399_ARM-atf/bl1/
H A Dbl1_main.c466bb285c6985027c75a230e39f2ae246fd07971 Wed Feb 05 20:12:39 UTC 2020 Zelalem <zelalem.aweke@arm.com> coverity: Fix MISRA null pointer violations

Fix code that violates the MISRA rule:
MISRA C-2012 Rule 11.9: Literal "0" shall not be used as
null pointer constant.

The fix explicitly checks whether a pointer is NULL.

Change-Id: Ibc318dc0f464982be9a34783f24ccd1d44800551
Signed-off-by: Zelalem <zelalem.aweke@arm.com>
/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl2_setup.c466bb285c6985027c75a230e39f2ae246fd07971 Wed Feb 05 20:12:39 UTC 2020 Zelalem <zelalem.aweke@arm.com> coverity: Fix MISRA null pointer violations

Fix code that violates the MISRA rule:
MISRA C-2012 Rule 11.9: Literal "0" shall not be used as
null pointer constant.

The fix explicitly checks whether a pointer is NULL.

Change-Id: Ibc318dc0f464982be9a34783f24ccd1d44800551
Signed-off-by: Zelalem <zelalem.aweke@arm.com>