Hello Furquan Shaikh, Patrick Georgi, Patrick Rudolph, Arthur Heymans,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48277
to look at the new patch set (#2).
Change subject: cbfs: mcache: Fix end-of-cache check ......................................................................
cbfs: mcache: Fix end-of-cache check
After the mcache is copied into CBMEM, it has *just* the right size to fit the final tag with no room to spare. That means the test to check if we walked over the end must be `current + sizeof(tag) <= end`, not `current + sizeof(tag) < end`.
Signed-off-by: Julius Werner jwerner@chromium.org Change-Id: I25a0d774fb3294bb4d15f31f432940bfccc84af0 --- M src/commonlib/bsd/cbfs_mcache.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/48277/2