coreboot-kgpe-d16/util/amdfwtool
Zheng Bao dac446165e amdfwtool: Copy string in a safer way
The issue is reported by Coverity. Using strcpy or strcat copying
string without checking length may cause overflow.

BUG=b:188769921

Reported-by: Coverity (CID:1438964)
Change-Id: I609d9ce405d01c57b1847a6310630ea0341e13be
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54946
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-08-31 15:05:48 +00:00
..
.gitignore .gitignore: Ignore .test/.dependencies globally 2020-10-31 18:21:36 +00:00
Makefile util/amdfwtool: Clean up Makefile 2021-02-16 08:10:23 +00:00
Makefile.inc util/amdfwtool: Enable warnings as errors 2021-02-16 08:10:12 +00:00
amdfwtool.c Revert "amdfwtool: Use relative address for EFS gen2" 2021-07-14 20:45:10 +00:00
amdfwtool.h amdfwtool: Move EFS related definitions to header file 2021-06-09 05:17:18 +00:00
data_parse.c amdfwtool: Copy string in a safer way 2021-08-31 15:05:48 +00:00
description.md