diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2023-07-12 13:55:23 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2023-07-26 15:14:55 +0200 |
commit | fcc87263c41cc6be7d1c61b8c8feee76cf20bb6c (patch) | |
tree | 7d5c041f9b6fddf38fae58d1b4a1c4e11cb803b5 | |
parent | f48ce81122d4be42c3679dade5724d734091129e (diff) | |
download | newlib-fcc87263c41cc6be7d1c61b8c8feee76cf20bb6c.zip newlib-fcc87263c41cc6be7d1c61b8c8feee76cf20bb6c.tar.gz newlib-fcc87263c41cc6be7d1c61b8c8feee76cf20bb6c.tar.bz2 |
Cygwin: add AT_EMPTY_PATH fix to release message
Reviewed-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/3.4.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.4.8 b/winsup/cygwin/release/3.4.8 index 3113be8..595b584 100644 --- a/winsup/cygwin/release/3.4.8 +++ b/winsup/cygwin/release/3.4.8 @@ -6,3 +6,7 @@ Bug Fixes - Make gcc-specific code in <sys/cpuset.h> compiler-agnostic. Addresses: https://cygwin.com/pipermail/cygwin/2023-July/253927.html + +- Fix AT_EMPTY_PATH handling in fchmodat and fstatat if dirfd referres to + a file other than a directory + Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q2/012306.html |