Menu

#1035 wrong struct packing for ASF_FLAT_PICTURE

v1.0 (example)
open
nobody
None
5
2026-08-25
2026-08-25
No

ASF_FLAT_PICTURE is declared a simple struct. the msvc definition however is a packed struct, (as in #pragma pack(push, 1)). This causes wrong sizeof/alignof when accessing the struct (it caused an issue in msvc

Discussion


Log in to post a comment.