- Reallocating overaligned memory with the LibcAllocator was unsafe.

This commit is contained in:
Christoffer Lerno
2026-02-10 11:23:51 +01:00
parent dcbd0f8f2d
commit 7b8299c8dd
2 changed files with 29 additions and 15 deletions

View File

@@ -27,6 +27,7 @@
- Const inline enums would not always implicitly get converted to the underlying type.
- Update to dstring.append_string to take any type converting to String.
- Flag `--cpu-flags` doesn't work if the first item is an exclusion. #2905
- Reallocating overaligned memory with the LibcAllocator was unsafe.
## 0.7.9 Change list