]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 11 Nov 2021 03:30:24 +0000 (12:30 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 11 Nov 2021 05:02:19 +0000 (14:02 +0900)
commit576ace1f2f977342b837d2da3a23c5c9b0f61af1
tree6286012d709fedd2ff51c35c0fc703f09f4fe1c7
parent24491c1251d4b8711ce5fa577e16ed01c46db7a6
Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero.

- 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
This page took 0.028132 seconds and 5 git commands to generate.