From: Ken Brown <kbrown@cornell.edu>
To: cygwin-patches@cygwin.com
Subject: [PATCH 0/1] Fix MSG_WAITALL support
Date: Mon, 12 Oct 2020 14:02:12 -0400 [thread overview]
Message-ID: <20201012180213.21748-1-kbrown@cornell.edu> (raw)
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 wrong with it.
In a followup email I'll show how I tested it.
Ken Brown (1):
Cygwin: AF_INET and AF_LOCAL: recv_internal: fix MSG_WAITALL support
winsup/cygwin/fhandler_socket_inet.cc | 2 +-
winsup/cygwin/fhandler_socket_local.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.28.0
next reply other threads:[~2020-10-12 18:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-12 18:02 Ken Brown [this message]
2020-10-12 18:02 ` [PATCH 1/1] Cygwin: AF_INET and AF_LOCAL: recv_internal: fix " Ken Brown
2020-10-12 18:43 ` [PATCH 0/1] Fix " Ken Brown
2020-10-22 19:26 ` Ken Brown
2020-10-23 9:21 ` Corinna Vinschen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201012180213.21748-1-kbrown@cornell.edu \
--to=kbrown@cornell.edu \
--cc=cygwin-patches@cygwin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).