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 /WHATSNEW | |
parent | 1b9406b03c0a94ebe2076a8fc1746a8c45e78a83 (diff) | |
download | musl-eb03bde2f24582874cb72b56c7811bf51da0c817.tar.gz musl-eb03bde2f24582874cb72b56c7811bf51da0c817.tar.xz musl-eb03bde2f24582874cb72b56c7811bf51da0c817.zip |
release 1.1.18 v1.1.18
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW index bab432d6..3d2fefa1 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -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 |