https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=446b32dd8886b6952280eb7ed6279d5958f37d83
commit 446b32dd8886b6952280eb7ed6279d5958f37d83 Author: Takashi Yano <[email protected]> Date: Thu Jan 8 21:18:06 2026 +0900 Cygwin: Update release note for 3.6.6 Diff: --- winsup/cygwin/release/3.6.6 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/3.6.6 b/winsup/cygwin/release/3.6.6 index 736ef8195..192bfd2c9 100644 --- a/winsup/cygwin/release/3.6.6 +++ b/winsup/cygwin/release/3.6.6 @@ -28,3 +28,7 @@ Fixes: - Fix primary group override for non-domain users and users of a Microsoft account. Addresses: https://cygwin.com/pipermail/cygwin/2025-December/259068.html + +- Fix the deadlock between the parent and child processes, where both lock + the same file and attempt to close it simultaneously. + Addresses: https://cygwin.com/pipermail/cygwin/2025-December/259187.html
