John Zhao has posted comments on this change. ( https://review.coreboot.org/28060 )
Change subject: intel/common/block: Fix issues found by klockwork ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/28060/1/src/soc/intel/common/block/cpu/mp_in... File src/soc/intel/common/block/cpu/mp_init.c:
https://review.coreboot.org/#/c/28060/1/src/soc/intel/common/block/cpu/mp_in... PS1, Line 137: assert
It will only avoid the null pointer being dereferenced *IF* fatal asserts are turned on. […]
Looks like CONFIG_FATAL_ASSERTS is on. If asserts fails, FILE/LINE are printed and code execution is halt.