freebsd-dev/sys/boot/efi
Toomas Soome 5b6123e31d loader is filling fixed length command_errbuf with sprintf() and is trusting
strings provided by user/config files. This update is replacing sprintf with
snprintf for cases the command_errbuf is built from dynamic content.

PR:		211958
Reported by:	ecturt@gmail.com
Reviewed by:	imp, allanjude
Approved by:	imp (mentor), allanjude (mentor)
Differential Revision:	https://reviews.freebsd.org/D7563
2016-08-20 16:23:19 +00:00
..
boot1 Add SHA512, skein, large blocks support for loader zfs. 2016-08-18 00:37:07 +00:00
fdt Add more .NOMETA missed in r291320 2016-03-11 23:45:51 +00:00
include Use the UEFI event timer to update the time on arm and arm64. The current 2016-06-04 08:47:45 +00:00
libefi Only use WaitForKeys event if it exists, this is not the case in u-boot efi implementation. 2016-08-16 14:33:25 +00:00
loader loader is filling fixed length command_errbuf with sprintf() and is trusting 2016-08-20 16:23:19 +00:00
Makefile ms_abi is supported with gcc 4.5 or newer, so build it with gcc if it 2016-03-15 05:17:31 +00:00
Makefile.inc Also set -fshort-wchar on arm64, this fixes parsing strings from UEFI, 2016-06-08 23:23:16 +00:00