2.8.9
Version 2.8.9 - 25 March 2021
Improvements 💡
- 343 Update
alpine
to3.13
forDockerfile
(C) musl-1.2.1.tar.gz (sig) - August 4, 2020
This release features the new "mallocng" malloc implementation, replacing musl's original
dlmalloc-like allocator that suffered from fundamental design problems. Its major user-facing
new properties are the ability to return freed memory on a much finer granularity and
avoidance of many catastrophic fragmentation patterns.
In addition it provides strong hardening against memory usage errors by the caller,
including detection of overflows, double-free, and use-after-free,
and does not admit corruption of allocator state via these errors.
Dependencies ⚙️