freebsd-dev/sys/boot/i386/btx
Toomas Soome 7b02037ef8 loader: disk io should not use alloca()
The alloca() does give us pointer and we have no practical way to check if the
area is actually available, resulting in corruption in corner cases.

Unfortunately we do not have too many options right now, but to use one page.

Reviewed by:	allanjude
Approved by:	allanjude (mentor)
Differential Revision:	https://reviews.freebsd.org/D9455
2017-02-06 18:44:15 +00:00
..
btx Don't use -N to set the OMAGIC with data and text writeable and data 2016-09-03 15:26:28 +00:00
btxldr btxldr: process all PT_LOAD segments, not just the first two 2016-12-28 14:25:04 +00:00
lib loader: disk io should not use alloca() 2017-02-06 18:44:15 +00:00
Makefile
Makefile.inc