diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-03-29 23:48:12 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-03-29 23:48:12 -0400 |
commit | 115af23942e024f78779ab29832fed3938c799e7 (patch) | |
tree | 0e1967f77d1ea7561a7b8f644cad9a7bf85a1e47 /WHATSNEW | |
parent | c498efe117539a9d40d90b588c033316701c4b3e (diff) | |
download | musl-115af23942e024f78779ab29832fed3938c799e7.tar.gz musl-115af23942e024f78779ab29832fed3938c799e7.tar.bz2 musl-115af23942e024f78779ab29832fed3938c799e7.tar.xz musl-115af23942e024f78779ab29832fed3938c799e7.zip |
release 1.1.8v1.1.8
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1453,3 +1453,18 @@ arch-specific bugs fixed: - mips POLLWRNORM and POLLWRBAND macros had wrong values - x32 pthread synchronization object type definitions were wrong - powerpc minimum signal stack size was insufficient + + + +1.1.8 release notes + +bugs fixed: +- stack-based buffer overflow in inet_pton (CVE-2015-1817) +- regcomp crash/mem-corruption with illegal bytes after backslash +- regcomp wrongly allowed backrefs in ER +- regcomp miscompiled character class brace-repetitions +- regcomp wrongly processed \0 as an unmatchable backref +- new FLT_ROUNDS definition failed to work in C++ code + +arch-specific bugs fixed: +- aarch64 was missing max_align_t definition |