Hello Pratikkumar V Prajapati, AndreX Andraos, Julius Werner, Selma Bensaid, Bora Guvendik, build bot (Jenkins), Krzysztof M Sywula, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33625
to look at the new patch set (#6).
Change subject: Fix NULL dereference issues found by Klocwork ......................................................................
Fix NULL dereference issues found by Klocwork
Check if the block pointer bp is Null before dereferencing it. Since assert works only with debug builds, Instead of asserting, return False if bp found as Null
Signed-off-by: Thejaswani Putta thejaswani.putta@intel.com Change-Id: I9ed0fc9b03d9136c582377035cf478d3abf83c41 --- M payloads/libpayload/curses/form/fty_alnum.c M payloads/libpayload/curses/form/fty_alpha.c M payloads/libpayload/curses/form/fty_enum.c M payloads/libpayload/curses/form/fty_int.c M src/soc/intel/cannonlake/romstage/fsp_params.c 5 files changed, 14 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/33625/6