mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
- Part of BAT payload location was lost due to invalid
BAT entry encoding type (32 bits instead of 64 bits)
- The sequence of PB/SB entries in BAT was broken due to
off-by-one index check. It worked for smaller than
4Gb because there were no SB entries in BAT.
MFC after: 1 day
|
||
|---|---|---|
| .. | ||
| tests | ||
| apm.c | ||
| bsd.c | ||
| ebr.c | ||
| endian.h | ||
| format.c | ||
| format.h | ||
| gpt.c | ||
| image.c | ||
| image.h | ||
| Makefile | ||
| Makefile.depend | ||
| mbr.c | ||
| mkimg.1 | ||
| mkimg.c | ||
| mkimg.h | ||
| qcow.c | ||
| raw.c | ||
| scheme.c | ||
| scheme.h | ||
| uuid.c | ||
| vhd.c | ||
| vhdx.c | ||
| vmdk.c | ||
| vtoc8.c | ||