musl 1.1.0 发布,此版本包括许多新特性,更新内容如下:
support for RELRO protection in the dynamic linker, VDSO acceleration for clock functions on x86_64
improvements to malloc that avoid early allocation failures specific to PIE binaries
修复了一些重要的 bug:
searches past the end of the buffer in memmem and multiple bugs in printf floating point formatting, one of which may be able to trigger a buffer overflow under certain conditions
Some bugs specific to the MIPS, microblaze, and x32 ports have also been fixed
musl 是一个全新为 Linux 基本系统实现的标准库。特点是轻量级、快速、简单、免费、标准兼容和安全。