Michal Suchanek changed bug 1142456
What Removed Added
Status NEW RESOLVED
Resolution --- INVALID
Flags needinfo?(msuchanek@suse.com)  

Comment # 2 on bug 1142456 from
The problem is probably that packed struct has natural alignment of 1 ( or < 8
at least) and while the members are naturally aligned WRT struct start there is
no guarantee struct start is aligned.

Adding alignment to the whole struct resolves the issue.


You are receiving this mail because: