Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109425575
D32144.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
622 B
Referenced Files
None
Subscribers
None
D32144.diff
View Options
diff --git a/usr.sbin/fstyp/exfat.c b/usr.sbin/fstyp/exfat.c
--- a/usr.sbin/fstyp/exfat.c
+++ b/usr.sbin/fstyp/exfat.c
@@ -111,7 +111,7 @@
} u;
uint32_t xde_first_cluster;
uint64_t xde_data_len;
-} __packed;
+};
#define xde_generic u.xde_generic_
#define xde_secondary_count u.xde_primary_.xde_secondary_count
#define xde_set_chksum u.xde_primary_.xde_set_chksum_
@@ -124,7 +124,7 @@
uint8_t xdel_char_cnt; /* Length of UCS-2 label */
uint16_t xdel_vol_lbl[11];
uint8_t xdel_reserved[8];
-} __packed;
+};
_Static_assert(sizeof(struct exfat_de_label) == 32, "spec");
#define MAIN_BOOT_REGION_SECT 0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 9:56 PM (20 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16481531
Default Alt Text
D32144.diff (622 B)
Attached To
Mode
D32144: fstyp: Remove __packed from struct exfat_de_label.
Attached
Detach File
Event Timeline
Log In to Comment