Attention is currently required from: Arthur Heymans, Elyes Haouas, Martin L Roth.
Elyes Haouas has uploaded a new patch set (#4). ( https://review.coreboot.org/c/coreboot/+/76787?usp=email )
Change subject: commonlib/bsd/tpm_log_defs.h: Use C99 flexible arrays ......................................................................
commonlib/bsd/tpm_log_defs.h: Use C99 flexible arrays
Use C99 flexible arrays instead of older style of one-element or zero-length arrays. It allows the compiler to generate errors when the flexible array does not occur at the end in the structure.
Change-Id: I5b08b81d5df7a7500faa2c88d04f13dde05b6ea8 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/commonlib/bsd/include/commonlib/bsd/tpm_log_defs.h M util/cbmem/cbmem.c 2 files changed, 7 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/76787/4