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
The arena allocator was using a hardcoded PTR_SIZE (4 bytes) for memory
alignment, which caused misalignment issues on 64-bit host systems where
pointers are 8 bytes. This led to UndefinedBehaviorSanitizer errors.
0 commit comments