coreboot-kgpe-d16/util/inteltool
Jacob Garber 198c2e63ac util/inteltool: Shrink buffer size
512 bytes is much too big for this buffer, which only needs to hold a
path that will have a length of at most 20. The large buffer size also
triggers a -Wformat-truncation warning with GCC since it is later
printed into the smaller temp_string array, so shrink it down to
something reasonable.

Change-Id: I6a136d1a739c782b368d5035db9bc25cf5b9599b
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33944
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2019-07-16 16:25:11 +00:00
..
Makefile util/inteltool: Enable -Wmissing-prototypes 2019-07-07 20:23:55 +00:00
ahci.c util/inteltool: Add support for Sunrise Point LP 2018-12-28 22:31:54 +00:00
amb.c util/inteltool: fix memory leak 2016-07-31 19:16:45 +02:00
cpu.c util/inteltool: Shrink buffer size 2019-07-16 16:25:11 +00:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
gfx.c
gpio.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
gpio_groups.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
inteltool.8 Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
inteltool.c util/inteltool: Make internal functions static 2019-07-07 20:23:42 +00:00
inteltool.h util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
ivy_memory.c util/inteltool: Use appropriate channel for printing timings 2019-05-13 09:24:14 +00:00
memory.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
pcie.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
pcr.c inteltool: Add Sunrise Point-LP Skylake PCH IDs 2019-05-06 10:38:49 +00:00
pcr.h inteltool: Add dumping of full PCR ports 2018-06-11 20:55:06 +00:00
powermgt.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
rootcmplx.c inteltool: Add Sunrise Point-LP Skylake PCH IDs 2019-05-06 10:38:49 +00:00
spi.c util/inteltool: Make internal functions static 2019-07-07 20:23:42 +00:00