Attention is currently required from: Utkarsh Verma.
Utkarsh Verma has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/74128 )
Change subject: src/arc/x86/smbios.c: Fix coverity issues ......................................................................
src/arc/x86/smbios.c: Fix coverity issues
This commit serves to address the security issues raised by coverity in ticket #431. It changes the format specifiers from "%d" -> "%hhu" for the byte variables, preventing edge cases where buffer overflow could occur.
Change-Id: Ibbf93fd113791b6faa1e5128da8e692f7f00ac73 Signed-off-by: Utkarsh Verma utkarsh@bitbanged.com --- M src/arch/x86/smbios.c M src/arch/x86/smbios_defaults.c 2 files changed, 163 insertions(+), 191 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/74128/2