From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id E09883858D35; Wed, 26 Jul 2023 13:19:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E09883858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690377541; bh=xE5vqNkoiedh+w/5smNTRCPQQSYu6YJd3zK09KmMRuU=; h=From:To:Subject:Date:From; b=ql8xj/Fd6JtL6Sc8PY8Ny3W5/mW/Y0uNSR/47994TGWyJnV967Yg4IosxcgC2LuQJ mFIl05b6XFkFs7PWvKMUNxHwofZHSM0bygauEDCIj/Pe1D0s4vXLUOGB03aXUtfnyW 1LLd7FhAiYl9P8jyTH8XNVTEvtJQo8KhUyr+6ARo= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: add AT_EMPTY_PATH fix to release message X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: f48ce81122d4be42c3679dade5724d734091129e X-Git-Newrev: fcc87263c41cc6be7d1c61b8c8feee76cf20bb6c Message-Id: <20230726131901.E09883858D35@sourceware.org> Date: Wed, 26 Jul 2023 13:19:01 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dfcc87263c41= cc6be7d1c61b8c8feee76cf20bb6c commit fcc87263c41cc6be7d1c61b8c8feee76cf20bb6c Author: Corinna Vinschen AuthorDate: Wed Jul 12 13:55:23 2023 +0200 Commit: Corinna Vinschen CommitDate: Wed Jul 26 15:14:55 2023 +0200 Cygwin: add AT_EMPTY_PATH fix to release message =20 Reviewed-by: Johannes Schindelin Signed-off-by: Corinna Vinschen 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 =20 - Make gcc-specific code in 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