Attention is currently required from: Felix Singer, Nico Huber, Angel Pons, Utkarsh Verma.
Hello Felix Singer, build bot (Jenkins), Nico Huber, Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74128
to look at the new patch set (#4).
Change subject: arch/x86/smbios: Avoid buffer overflows ......................................................................
arch/x86/smbios: Avoid buffer overflows
The format specifiers for numbers in snprintf() calls are updated to be more specific to the data types used, making things more obvious for static analysers.
This was found by coverity scan and raised in ticket #431: https://scan6.scan.coverity.com/reports.htm#v55284/p10744 CID: 1487449 CID: 1487312 CID: 1487457
Found by: Coverity Scan Signed-off-by: Utkarsh Verma utkarsh@bitbanged.com Change-Id: Ibbf93fd113791b6faa1e5128da8e692f7f00ac73 --- M src/arch/x86/smbios.c M src/arch/x86/smbios_defaults.c 2 files changed, 30 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/74128/4