https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b959a543216f25c8258bb615373a900ac39fe7bc
commit b959a543216f25c8258bb615373a900ac39fe7bc Author: Takashi Yano <[email protected]> Date: Wed Nov 17 12:39:38 2021 +0900 Cygwin: Correct the release notes 3.3.3. - Fix incorrect description of the bug fixes part. Diff: --- winsup/cygwin/release/3.3.3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/3.3.3 b/winsup/cygwin/release/3.3.3 index 7248302a3..c947816db 100644 --- a/winsup/cygwin/release/3.3.3 +++ b/winsup/cygwin/release/3.3.3 @@ -3,6 +3,10 @@ Bug Fixes - Fix issue that new pipe code doesn't handle reading zero byte reads emitted by some non-Cygwin apps. + Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249777.html + +- Fix issue that new pipe code doesn't handle size zero pipe which + may be created by non-cygwin apps. Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249844.html - Make sure that "X:" paths are not handled as absolute DOS paths in
