On 2018年09月27日 05:20, Paolo Bonzini wrote:
The address of a packed member is not packed, which may cause accesses
to unaligned pointers. Avoid this by reading the packed value before
passing it to another function.
Cc: Jason Wang
Cc: Peter Maydell
Reviewed-by: Eric Blake
Cc: qemu-sta...@n
On 9/26/18 11:20 PM, Paolo Bonzini wrote:
> The address of a packed member is not packed, which may cause accesses
> to unaligned pointers. Avoid this by reading the packed value before
> passing it to another function.
>
> Cc: Jason Wang
> Cc: Peter Maydell
> Reviewed-by: Eric Blake
> Cc: qem
The address of a packed member is not packed, which may cause accesses
to unaligned pointers. Avoid this by reading the packed value before
passing it to another function.
Cc: Jason Wang
Cc: Peter Maydell
Reviewed-by: Eric Blake
Cc: qemu-sta...@nongnu.org
Signed-off-by: Paolo Bonzini
---