Re: [PATCH] firmware: coreboot: Check size of table entry and split memcpy

From: Julius Werner
Date: Fri Jan 06 2023 - 10:03:55 EST


Have you considered adding the flexible array member directly to the
union in struct coreboot_device instead? I think that would make this
a bit simpler by not having to copy header and data portion
separately.