freebsd-src/stand/i386/zfsboot
Allan Jude 71f0c895c1 Avoid reading past the end of the disk in zfsboot.c and biosdisk.c
The GELI boot code rounds reads up to 4k, since the encrypted sectors are
4k, and must be decrypted as a unit. With oddball sized disks (almost
always virtual), this can lead to reading past the end of the disk.

Reviewed by:	imp, tsoome
Sponsored by:	Klara Systems
Differential Revision:	https://reviews.freebsd.org/D15844
2018-06-16 15:16:02 +00:00
..
Makefile Fix build of stand with base gcc 2018-05-31 14:38:13 +00:00
Makefile.depend
zfsboot.8 Fix instructions in the zfsboot manual page. 2018-03-27 17:37:08 +00:00
zfsboot.c Avoid reading past the end of the disk in zfsboot.c and biosdisk.c 2018-06-16 15:16:02 +00:00
zfsldr.S Turn loader GELI support in the boot loaders off by default as a 2017-12-14 17:00:24 +00:00