mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] musl 1.2.1 released
@ 2020-08-04 15:50 Rich Felker
  0 siblings, 0 replies; only message in thread
From: Rich Felker @ 2020-08-04 15:50 UTC (permalink / raw)
  To: musl

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.

Other enhancements in this release include changes to the res_* API to
report DNSSEC status of the results (needed for correct implementation
of DANE in applications) and new arch-specific optimized string and
math functions, especially memcpy and memset for AAarch64.

A major logic/synchronization error in lock skipping after a
multi-threaded process returns to single-threaded state has been
fixed, along with a number of lesser bugs, including some
time64-related regressions on 32-bit archs. One of these was actually
a kernel vdso bug that broke clock_gettime on arm on hardware where
the vdso should not be used; as a result, arm vdso support has been
disabled until there is a reliable and inexpensive way to detect
whether it's safe to use. Bugs and recent regressions affecting all
mips archs and other arch-specific bugs have also been fixed.

https://musl.libc.org/releases/musl-1.2.1.tar.gz
https://musl.libc.org/releases/musl-1.2.1.tar.gz.asc



Special thanks to musl's release sponsors who have supported the
project financially over this release cycle via Patreon and GitHub
Sponsors at the $32/month level:

* Justin Cormack
* Nathan Hoad
* Jeremiah Gowdy
* Mirza Prasovic
* Hurricane Labs (hurricanelabs.com)
* Les Aker
* Neal Gompa
* The Midipix Project (midipix.org)
* Laurent Bercot
* Michael Forney
* Andrew Kelley / ziglang
* Bartosz Brachaczek
* Noel Cower
* Evan Phoenix
* Jonny

For information on becoming a sponsor, visit one of:

https://github.com/sponsors/richfelker
https://patreon.com/musl

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-04 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 15:50 [musl] musl 1.2.1 released Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).