musl 1.1.1 发布,此版本更新内容如下:
fixes a bug in musl's implementation of the two-way algorithm whereby strstr, wcsstr, and memmem fail to match certain periodic search strings.
Several other minor issues are also fixed.
New dynamic linker command line features and iconv charsets cp473 and cp850 are now available.
Several improvements to the configure script are also made, including detection of an optimizer bug in GCC 4.9.0 which produces a broken libc
musl 是一个全新为 Linux 基本系统实现的标准库。特点是轻量级、快速、简单、免费、标准兼容和安全。
项目主页:http://www.musl-libc.org/
下载地址:http://www.musl-libc.org/download.html
来自:开源中国社区