Attention is currently required from: Solomon Alan-Dei.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68941
to look at the new patch set (#2).
Change subject: src/arch/x86: fix copying beyond eos in smbios struct ......................................................................
src/arch/x86: fix copying beyond eos in smbios struct
Coverity scan indicated there may be a copy beyond eos in smbios struct declared in smbios.h but the code is intentional. This type of issue is fixed by assigning the source for the text string to a const pointer, and passing the pointer to smbios_add_string calls in smbios_defaults.c CID: 1487449
Signed-off-by: Solomon Alan-Dei alandei.solomon@gmail.com Change-Id: I48c5903a2a3b59c9f0e89cd96ef1580b3a229771 --- M src/arch/x86/smbios_defaults.c 1 file changed, 22 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/68941/2