[Bug 212716] recv() with MSG_WAITALL doesn't always unblock on EOF

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Sep 2023 12:53:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212716

--- Comment #17 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=e4ed8e67e206c069955d541de41addcd0da05b82

commit e4ed8e67e206c069955d541de41addcd0da05b82
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-08-31 17:29:29 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-09-27 12:33:50 +0000

    socket tests: Add a regression test for MSG_WAITALL

    PR:             212716
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation

    (cherry picked from commit 38426b32e106cf251520259b29779372eda7a5f8)

 tests/sys/kern/Makefile                   |   2 +
 tests/sys/kern/socket_msg_waitall.c (new) | 181 ++++++++++++++++++++++++++++++
 2 files changed, 183 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.