coreboot-kgpe-d16/util/inteltool
Maciej Suminski d5fb99eab6 util/inteltool: Remove duplicated error message, switch to snprintf
Passing a string containing output from strerror() to perror() causes
double error message display. It is also causing segfaults when the
error message is longer than temp_string capacity.

To fix the problems, sterror() call has been removed so the error
message is printed only once. This could be enough to avoid segfaults,
but it is a good practice to limit output size with snprintf().

Change-Id: I5ccc37e404f278cafae0a451c5acaa27d7907cce
Signed-off-by: Maciej Suminski <maciej.suminski@cern.ch>
Reviewed-on: https://review.coreboot.org/21025
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2017-08-22 10:10:34 +00:00
..
Makefile
ahci.c
amb.c
cpu.c util/inteltool: Remove duplicated error message, switch to snprintf 2017-08-22 10:10:34 +00:00
gfx.c
gpio.c
inteltool.8
inteltool.c
inteltool.h
ivy_memory.c
memory.c
pcie.c
powermgt.c
rootcmplx.c
spi.c