build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33625 )
Change subject: Fix NULL dereference issues found by Klocwork ......................................................................
Patch Set 3:
(5 comments)
https://review.coreboot.org/#/c/33625/3/payloads/libpayload/curses/form/fty_... File payloads/libpayload/curses/form/fty_alnum.c:
https://review.coreboot.org/#/c/33625/3/payloads/libpayload/curses/form/fty_... PS3, Line 166: if(bp == NULL) space required before the open parenthesis '('
https://review.coreboot.org/#/c/33625/3/payloads/libpayload/curses/form/fty_... File payloads/libpayload/curses/form/fty_alpha.c:
https://review.coreboot.org/#/c/33625/3/payloads/libpayload/curses/form/fty_... PS3, Line 166: if(bp == NULL) space required before the open parenthesis '('
https://review.coreboot.org/#/c/33625/3/payloads/libpayload/curses/form/fty_... File payloads/libpayload/curses/form/fty_enum.c:
https://review.coreboot.org/#/c/33625/3/payloads/libpayload/curses/form/fty_... PS3, Line 296: if(bp == NULL) space required before the open parenthesis '('
https://review.coreboot.org/#/c/33625/3/payloads/libpayload/curses/form/fty_... PS3, Line 394: if(bp == NULL) space required before the open parenthesis '('
https://review.coreboot.org/#/c/33625/3/payloads/libpayload/curses/form/fty_... File payloads/libpayload/curses/form/fty_int.c:
https://review.coreboot.org/#/c/33625/3/payloads/libpayload/curses/form/fty_... PS3, Line 175: if(bp == NULL) space required before the open parenthesis '('