opnsense-src/sys/boot/efi/loader/arch/amd64
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
..
amd64_tramp.S
elf64_freebsd.c Use the UEFI event timer to update the time on arm and arm64. The current 2016-06-04 08:47:45 +00:00
framebuffer.c loader is filling fixed length command_errbuf with sprintf() and is trusting 2016-08-20 16:23:19 +00:00
framebuffer.h
ldscript.amd64
Makefile.inc Only add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLAGS on x86, they 2015-04-11 10:36:48 +00:00
start.S The self-relocation code is not efi-specific, move it to boot/common. 2015-05-10 13:24:26 +00:00