Re: [PATCH 0/2] Fix a bad case of absolute path handling

2021-11-11 Thread Ken Brown
On 11/11/2021 4:47 AM, Corinna Vinschen wrote: On Nov 10 17:22, Ken Brown wrote: I can't immediately think of anything. But is it really impossible to phase out DOS path support over a period of time? We could start with a HEADS-UP, asking for comments, then a deprecation announcement, then

Re: [PATCH 0/2] Fix a bad case of absolute path handling

2021-11-11 Thread Corinna Vinschen
On Nov 10 17:22, Ken Brown wrote: > On 11/10/2021 3:32 PM, corinna-cyg...@cygwin.com wrote: > > From: Corinna Vinschen > > > > As I told Takashi in PM, I will try to more often send patches to the > > cygwin-patches ML before pushing them, so there's a chance to chime in. > > LGTM. > > > This

Re: [PATCH] Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero.

2021-11-11 Thread Corinna Vinschen
On Nov 11 17:19, Takashi Yano wrote: > - Currently, raw_write() fails to handle size zero pipe which may > be created by non-cygwin apps (e.g. Windows native ninja). This > patch fixes the issue. > > Addresses: > https://cygwin.com/pipermail/cygwin/2021-November/249844.html > --- >

[PATCH] Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero.

2021-11-11 Thread Takashi Yano
- Currently, raw_write() fails to handle size zero pipe which may be created by non-cygwin apps (e.g. Windows native ninja). This patch fixes the issue. Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249844.html --- winsup/cygwin/fhandler_pipe.cc | 2 +- 1 file changed, 1