Closed mgerhardy closed 9 months ago
Interesting, that's easily fixable of course by ensuring the bump allocate rounds up sizes to a multiple of 4 bytes. Out of curiosity, can you say which cpu are you are experiencing this crash on?
this is not cpu or arch related - but address sanitizer related - the apps are crashing in a few cases with the sanitizer being active. which is very unfortunate for the unittests.
this is due to the fact that the
misc_data
allocator is configured forchar
type - which is a 1 byte alignment - but the structogt_vox_keyframe_transform
is of course not aligned to 1 byte.