diff options
author | Rich Felker <dalias@aerifal.cx> | 2014-04-16 04:23:31 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-04-16 04:23:31 -0400 |
commit | 84613196aad69fad6d1a2c1814fe0bfea67efbd7 (patch) | |
tree | 9ae90d9c325ce4a4c2ca890f079f7ae467979bf5 | |
parent | 6ca7c837aa798cc610550b199d4db638605f17f2 (diff) | |
download | musl-84613196aad69fad6d1a2c1814fe0bfea67efbd7.tar.gz musl-84613196aad69fad6d1a2c1814fe0bfea67efbd7.tar.bz2 musl-84613196aad69fad6d1a2c1814fe0bfea67efbd7.tar.xz musl-84613196aad69fad6d1a2c1814fe0bfea67efbd7.zip |
release 1.0.1v1.0.1
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | WHATSNEW | 18 |
2 files changed, 19 insertions, 1 deletions
@@ -1 +1 @@ -1.0.0 +1.0.1 @@ -1184,3 +1184,21 @@ arch-specific bugs fixed: - sysv ipc was broken on powerpc and mips - statfs/statvfs were broken on mips - sigaltstack was broken on mips + + + +1.0.1 release notes + +bugs fixed: +- floating point printf output corruption from carry into uninitialized slot +- possible runaway carry overflow in printf floating point +- printf %g failure to strip trailing zeros in some cases +- search past end of haystack in memmem +- off-by-one error in confstr return value +- deadlock race in pthread_once +- non-working clock_gettime fallback for old kernels + +arch-specific bugs fixed: +- crash from missing syscall asm register clobbers on real microblaze kernel +- crash in all nontrivial dynamic linker use on microblaze +- incorrect rlimit constants on mips |