slackbuilds/system/musl
Willy Sudiarto Raharjo fca87de0a8 system/musl: Updated for version 1.1.16.
This fix a serious under-allocation bug in regexec
due to integer overflow (CVE-2016-8859).

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-01-04 01:44:12 +07:00
..
README system/musl: Fix README. 2016-11-15 21:41:38 +07:00
musl.SlackBuild system/musl: Updated for version 1.1.16. 2017-01-04 01:44:12 +07:00
musl.info system/musl: Updated for version 1.1.16. 2017-01-04 01:44:12 +07:00
slack-desc system/musl: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

Musl is a C standard library that strives to be lightweight, fast,
simple, free, and correct.

Musl includes a wrapper, musl-gcc, for building files linked against musl.
It also provides musl-ldd to print the shared libraries loaded by the
musl loader.