Re: [PATCH 0/1] Fix MSG_WAITALL support

2020-10-23 Thread Corinna Vinschen
On Oct 22 15:26, Ken Brown via Cygwin-patches wrote: > On 10/12/2020 2:02 PM, Ken Brown via Cygwin-patches wrote: > > It looks to me like there's been a bug in the MSG_WAITALL support for > > AF_INET and AF_LOCAL sockets ever since that support was first > > introduced 13 years ago in commit

Re: [PATCH 0/1] Fix MSG_WAITALL support

2020-10-22 Thread Ken Brown via Cygwin-patches
On 10/12/2020 2:02 PM, Ken Brown via Cygwin-patches wrote: It looks to me like there's been a bug in the MSG_WAITALL support for AF_INET and AF_LOCAL sockets ever since that support was first introduced 13 years ago in commit 023a2fa7. If I'm right, MSG_WAITALL has never worked. This patch

Re: [PATCH 0/1] Fix MSG_WAITALL support

2020-10-12 Thread Ken Brown via Cygwin-patches
On 10/12/2020 2:02 PM, Ken Brown via Cygwin-patches wrote: It looks to me like there's been a bug in the MSG_WAITALL support for AF_INET and AF_LOCAL sockets ever since that support was first introduced 13 years ago in commit 023a2fa7. If I'm right, MSG_WAITALL has never worked. This patch

[PATCH 0/1] Fix MSG_WAITALL support

2020-10-12 Thread Ken Brown via Cygwin-patches
It looks to me like there's been a bug in the MSG_WAITALL support for AF_INET and AF_LOCAL sockets ever since that support was first introduced 13 years ago in commit 023a2fa7. If I'm right, MSG_WAITALL has never worked. This patch fixes it. I'll push it in a few days if no one sees anything