You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But alignof and max_align_t have been introduced with C11 so it might be of interest to replace the alignof with a static alignment of either 4 or 16 to be safe
The text was updated successfully, but these errors were encountered:
lite/src/rencache.c
Lines 95 to 102 in 38bd9b3
This function moves prev size along which can and will cause unalignment and potential errors.
On ARM devices this causes a SIGBUS.
The people who helped me figure this out suggested this fix
But alignof and max_align_t have been introduced with C11 so it might be of interest to replace the alignof with a static alignment of either 4 or 16 to be safe
The text was updated successfully, but these errors were encountered: