mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-02 20:40:24 +08:00
88c9008bb2
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
12 lines
423 B
Groff
12 lines
423 B
Groff
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/249844.html
|
|
|
|
- Make sure that "X:" paths are not handled as absolute DOS paths in
|
|
fstatat and other ...at calls. "X:/" still is handled as absolute
|
|
path.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249837.html
|