Attention is currently required from: Bao Zheng, Jason Glenesk, Raul Rangel, Martin Roth, Angel Pons, Zheng Bao, Felix Held. Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Martin Roth, Marshall Dawson, Angel Pons, Zheng Bao, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/54946
to look at the new patch set (#8).
Change subject: amdfwtool: Check length before copying string ......................................................................
amdfwtool: Check length before copying string
Remove the gcc warning: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: \ error: '__builtin___strncpy_chk' output may be truncated copying\ between 0 and 1023 bytes from a string of length 1023
because the truncating string is needed.
BUG=b:188769921
Reported-by: Coverity (CID:1438964) Change-Id: I609d9ce405d01c57b1847a6310630ea0341e13be Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M util/amdfwtool/Makefile M util/amdfwtool/Makefile.inc M util/amdfwtool/data_parse.c 3 files changed, 15 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/54946/8