Attention is currently required from: Felix Singer, Paul Menzel, 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 (#8).
Change subject: arch/x86/smbios: Refactor snprintf() uses ......................................................................
arch/x86/smbios: Refactor snprintf() uses
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. Additionally, changes to buffer sizes have also been made.
This was found by Coverity scan and raised in ticket #431: https://ticket.coreboot.org/issues/431 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, 31 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/74128/8