mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
This fixes an integer underflow in efipart_realstrategy, which causes crashes when an I/O operation's start point is after the end of the disk. This can happen when trying to detect filesystems on very small disks. This can occur if a BIOS freebsd-boot partition exists on a system when the EFI loader is being used. PR: 219000 Submitted by: Eric McCorkle <eric@metricspace.net> Reviewed by: cem (previous version), tsoome (previous version) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D10559 |
||
|---|---|---|
| .. | ||
| delay.c | ||
| devpath.c | ||
| efi_console.c | ||
| efichar.c | ||
| efinet.c | ||
| efipart.c | ||
| env.c | ||
| errno.c | ||
| handles.c | ||
| libefi.c | ||
| Makefile | ||
| Makefile.depend | ||
| time.c | ||
| time_event.c | ||
| wchar.c | ||