freebsd-dev/sys/boot/geli
Allan Jude 452bd5bf51 GELIBoot may attempt to read past the end of the disk
Usually there is some slack after the last partition due to 4k alignment
In the 10.3 EC2 images, there was not. EC2 seems to hang if you try to
read past the end of the disk in the loader, resulting in an unbootable
instance after upgrading to 11.0

PR:		213196
Reported by:	Peter Ankerstal <peter@pean.org>
Tested by:	cperciva
Reviewed by:	tsoome
MFC after:	3 days
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D8144
2016-10-04 16:33:03 +00:00
..
geliboot_crypto.c Add missing libc includes to fix -Wimplicit-function-declaration warnings 2016-05-31 06:24:09 +00:00
geliboot.c GELIBoot may attempt to read past the end of the disk 2016-10-04 16:33:03 +00:00
geliboot.h Add geliboot_crypt(..) definition to geliboot.h to mute a -Wimplicit-function-declaration 2016-05-13 11:24:55 +00:00
Makefile
Makefile.depend
pwgets.c