build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39177 )
Change subject: libpayload: cbfs: fix infinite loop in cbfs_get_{handle,attr} ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/39177/1/payloads/libpayload/libcbfs... File payloads/libpayload/libcbfs/cbfs_core.c:
https://review.coreboot.org/c/coreboot/+/39177/1/payloads/libpayload/libcbfs... PS1, Line 219: if(new_offset <= offset) { space required before the open parenthesis '('
https://review.coreboot.org/c/coreboot/+/39177/1/payloads/libpayload/libcbfs... PS1, Line 320: if(new_offset <= offset) { space required before the open parenthesis '('