X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=WHATSNEW;h=3b4321c1caec7b945f07b19867e263b7c75be68f;hb=f203b3511f4715695ee932049944c4922d5d3025;hp=812b3ac04da972088ffa9b30ab705842d2e69b78;hpb=8c1c57a64b664340b0ede1c1f0eff8212b475ef5;p=musl diff --git a/WHATSNEW b/WHATSNEW index 812b3ac0..3b4321c1 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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