Hello Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/78300?usp=email
to look at the new patch set (#2).
Change subject: ich_descriptors: Fix debug print ......................................................................
ich_descriptors: Fix debug print
Allow nm, the number of flash masters, to be equal to ARRAY_SIZE(master_names). The previous logic was probably overlocked when ich_number_of_masters() was introduced. The loop below makes sure that it doesn't access the master_names array out of bounds.
Change-Id: Ib9276a6c29952487db6e60fb583942c0f24cd6ef Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M ich_descriptors.c 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/00/78300/2