https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fcc87263c41cc6be7d1c61b8c8feee76cf20bb6c
commit fcc87263c41cc6be7d1c61b8c8feee76cf20bb6c Author: Corinna Vinschen <[email protected]> AuthorDate: Wed Jul 12 13:55:23 2023 +0200 Commit: Corinna Vinschen <[email protected]> CommitDate: Wed Jul 26 15:14:55 2023 +0200 Cygwin: add AT_EMPTY_PATH fix to release message Reviewed-by: Johannes Schindelin <[email protected]> Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.4.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/3.4.8 b/winsup/cygwin/release/3.4.8 index 3113be8cb690..595b584cdf39 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
