mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 13:39:12 -04:00
- Ensure that the computed MFT record size isn't negative or larger than
maxphys before trying to read $Volume.
- Guard against truncated records in volume metadata.
- Ensure that the record length is large enough to contain the volume
name.
- Verify that the (UTF-16-encoded) volume name's length is a multiple of
two.
PR: 258833, 258914
Sponsored by: The FreeBSD Foundation
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| g_label.c | ||
| g_label.h | ||
| g_label_disk_ident.c | ||
| g_label_ext2fs.c | ||
| g_label_flashmap.c | ||
| g_label_gpt.c | ||
| g_label_iso9660.c | ||
| g_label_msdosfs.c | ||
| g_label_msdosfs.h | ||
| g_label_ntfs.c | ||
| g_label_reiserfs.c | ||
| g_label_ufs.c | ||