freebsd-dev/stand
Warner Losh db71174436 Fix theoretical integer overflow issues. If the product here is
greater than 2^31-1, then the result will be huge. This is unlikely,
as we don't support that many sections, but out of an abundace of
caution cast to size_t so the multiplication won't overflow
mysteriously when size_t is larger than 32-bits. The resulting code
may be a smidge larger, but this isn't super-space critical code.

CID: 1194216, 1194217, 1194222, 1194223, 1265018, 1265019,1265020,
     1265021
Sponsored by: Netflix
2017-11-24 05:00:25 +00:00
..
arm
arm64
common Fix theoretical integer overflow issues. If the product here is 2017-11-24 05:00:25 +00:00
efi loader.efi: efipart does not recognize partitionless disks 2017-11-22 08:48:00 +00:00
fdt
ficl
ficl32
forth
geli
i386 Fix gptzfsboot for cases with GELI. 2017-11-21 18:03:47 +00:00
kshim
libsa
libsa32
man
mips
ofw
powerpc
sparc64
uboot
usb
userboot
zfs
zfs32
defs.mk
fdt.mk
ficl.mk
loader.mk
Makefile
Makefile.amd64
Makefile.arm
Makefile.arm64
Makefile.i386
Makefile.inc Unbreak riscv build in universe. 2017-11-21 19:23:20 +00:00
Makefile.mips
Makefile.powerpc
Makefile.sparc64
uboot.mk