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
This crate depended on a promise regarding alignments made by the author of the mimalloc allocator to avoid using aligned allocation functions where possible for performance reasons.
15
+
Since then, the mimalloc allocator's logic changed, making it break this promise.
16
+
This caused this crate to return memory with an incorrect alignment for some allocations, particularly those with large alignments.
17
+
The flaw was fixed by always using the aligned allocation functions.
0 commit comments