Skip to content

2.8.9

Compare
Choose a tag to compare
@vkatsuba vkatsuba released this 25 Mar 12:31
· 181 commits to master since this release

Version 2.8.9 - 25 March 2021

Improvements 💡

  • 343 Update alpine to 3.13 for Dockerfile

(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 ⚙️