diff options
author | Rich Felker <dalias@aerifal.cx> | 2017-10-31 15:13:58 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017-10-31 15:13:58 -0400 |
commit | eb03bde2f24582874cb72b56c7811bf51da0c817 (patch) | |
tree | 4fddbe212ab7a1b601adaef749356d2c086f830d | |
parent | 1b9406b03c0a94ebe2076a8fc1746a8c45e78a83 (diff) | |
download | musl-eb03bde2f24582874cb72b56c7811bf51da0c817.tar.gz |
release 1.1.18v1.1.18
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | WHATSNEW | 10 |
2 files changed, 11 insertions, 1 deletions
@@ -1 +1 @@ -1.1.17 +1.1.18 @@ -1852,3 +1852,13 @@ arch-specific bugs fixed: - fchown was broken on archs without SYS_fchown syscall - fstatat was broken on mips64 - various incorrect constants in powerpc64 and mips headers + + +1.1.18 release notes + +regression fixes: +- glob failed to match literal . and .. path components +- build for armv4t ISA level was broken + +other bug fixes: +- stack overflow in posix_spawnp with large PATH variable in environment |