Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-07-12 14:55:23 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-07-26 16:19:59 +0300
commit9cff318f9f5f8fbeba4cb5c746b88f6919b8ab9e (patch)
tree68f861966e7c87939bcb7b83730a3792a04d7058
parentb56b4d7fd85b4caa04593b20320468de12bfcec3 (diff)
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.84
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.4.8 b/winsup/cygwin/release/3.4.8
index 3113be8cb..595b584cd 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