arm-trusted-firmware/bl1/aarch64
Zelalem 466bb285c6 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>
2020-02-05 14:53:02 -06:00
..
bl1_arch_setup.c Unsigned long should not be used as per coding guidelines 2019-09-13 23:51:02 +03:00
bl1_context_mgmt.c coverity: Fix MISRA null pointer violations 2020-02-05 14:53:02 -06:00
bl1_entrypoint.S PIE: make call to GDT relocation fixup generalized 2019-12-12 14:16:14 +00:00
bl1_exceptions.S Prevent speculative execution past ERET 2020-01-22 21:42:51 +00:00