* grub-core/fs/udf.c (grub_udf_partmap): Add packed attribute
as it's not necessarily aligned.
This commit is contained in:
parent
b3950b849f
commit
9b05cad768
2 changed files with 6 additions and 1 deletions
|
@ -317,7 +317,7 @@ struct grub_udf_partmap
|
|||
grub_uint8_t ident[62];
|
||||
} type2;
|
||||
};
|
||||
};
|
||||
} __attribute__ ((packed));
|
||||
|
||||
struct grub_udf_lvd
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue